Richter12x2 Posted November 14, 2006 Posted November 14, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.