Jump to content

Question

19 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 cant find what is missing..

If it is a page, i dont know what is the page name and were to search for it..if it is from my setup.. I have re cheked 3 times so far...

Does the rewrite httaccess could create this issue?!

  • 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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...