Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when clicking on continue button on checkout_success


englishchrissy

Recommended Posts

Posted
you could change your checkout_success.php page

 

from this

if (!is_array($notify)) $notify = array($notify);

 

to this

if (!is_array($notify))
 tep_redirect(tep_href_link(FILENAME_DEFAULT));

 

See if the redirection takes effect ie you do not see the error. Still I was unable to replicate the problem here. Also check your products_notifications table for invalid entries.

 

I have this problem on a plain install, using Server 2003, MySql 5 and Php4, and I concur, it looks like my null isn't a null.

Archived

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

×
×
  • Create New...