Jump to content

Question

20 answers to this question

Recommended Posts

  • 0
Posted

You need to tell us more about this for us to help.

What Blesta version? Did you upgrade?

Do you have the order forms set-up correctly? Is there a payment gateway on the order form set-up page?

 

What gateways do you have installed? Are they set-up correctly?

  • 0
Posted

I do use last version of Blesta. 3.6.1

I do use PayPal Standard. I did setup them correctly...the payment gateway it is in order form.

 

do you have teamviewer? If so can you PM your ID and password and I can have a look over with you.

  • 0
Posted

Using my mobile and cpanel.

I can do almost same thing i can do on pc from my phone.

 

I've replied to your PM, without having the ability to check with you everything from files to blesta itself I come to the conclusion that it's probably a missing file when you uploaded Blesta. And there's a few incidents with cPanel when extracting zips, so that's probably the cause as you mentioned cPanel.

  • 0
Posted

I just visited your site and make order,but at last step insted redirecting to gateway checkout page it generate this error

Oh noes!<strong>cart</strong> is not a valid method in controller <strong>checkout</strong> on line 117 in /home/vdspacen/public_html/gazduire-web.xyz/lib/dispatcher.php

Printing Stack Trace:
#0 /home/vdspacen/public_html/gazduire-web.xyz/index.php(21): Dispatcher::dispatch('/order/checkout...')
#1 {main}
  • 0
Posted

I wonder if it's a bug.

 

Open /plugins/order/controllers/checkout.php and change this:

$this->redirect($this->base_uri . "order/checkout/cart/" . $this->order_form->label . "/");

to this:

$this->redirect($this->base_uri . "order/cart/index/" . $this->order_form->label . "/");

Then try to process an order. Do you still experience the 404 error, or do you receive a normal error?

  • 0
Posted

That sounds like an error attempting to process the order with the module. Your module may be misconfigured, as Blesta is unable to determine the appropriate module row from which to provision the service. You should re-check your module settings and make sure your package is setup correctly to use an available module row from that module.

  • 0
Posted

I use version 3.6.1 and a customer had the same issue yesterday. Using the Standard order form, the error occurred on the submit of the last step (review + enter new client details). The service and client registration were created successfully but instead of showing the order complete page the 404 page was shown.

 

I tried 5 times to make this error happen again but it wouldn't.

  • 0
Posted

I use version 3.6.1 and a customer had the same issue yesterday. Using the Standard order form, the error occurred on the submit of the last step (review + enter new client details). The service and client registration were created successfully but instead of showing the order complete page the 404 page was shown.

 

I tried 5 times to make this error happen again but it wouldn't.

 

I suspect that issue is a bug that can be resolved as I mentioned in post 14. A condition of duplicating the issue is that you must encounter an error such as not filling out all required fields. We're tracking this as CORE-1937.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...