Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

confirm order checkout_process.php looping back to checkout_payment.php


mathius

Recommended Posts

Posted

Ive read a few posts where other people are having the same problem, so I thought id post what I found.

Basicly when you clicked confirm order you would be taken back to the payment method section.

This wouldnt happen all the time only on some PCs I found IE would do it all the time.

The problem started after the site was uploaded to my ISPs server.

 

1. Other posts had mentioned MODULE_PAYMENT_INSTALLED being blank so I checked my database to find it was correctly configured.

 

2. I double checked the php code even restoring checkout_process.php and checkout_payment.php to the original files. same problem.

 

3. I retested my local site without any problems.

 

4. Some posts mentioned the configure.php cookies should be configured as follows

 

define('HTTP_COOKIE_PATH', '/');

 

If I changed this to my ISPs full path

 

define('HTTP_COOKIE_PATH', '/www/virtual/domain.co.nz/htdocs/

');

 

restarted my browser the problem was solved.

 

I dont know if this was because my web servers apache is running in safe mode or not,

 

I also had the issue with the sessions path being set to "/tmp" by default and admin mode wouldnt work I had to set it to "tmp" I had to change this in my database with myphpadmin as my admin wouldnt load.

 

I hope this helps anyone else having the same problems

  • 2 years later...
Posted

I got the same problem. Did you know what was wrong and how did you solved it? Google makes me crazy. I can't find an answer yet.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...