Guest Posted March 23, 2008 Posted March 23, 2008 I am trying to upgrade my site to PHP5 and MySQL5 and have run into a problem. With oscommerce-2.2ms2-060817 I am getting a blank page on checkout_shipping.php, nothing is showing up at all. Any ideas?? No SSL as it is only a test site. It is a heavily modified site. Some of the addons that might affect it are; Address Enhancer SPPC More Logical Checkout Register Globals Easy Create account works, checkout does not. :(
Guest Posted March 23, 2008 Posted March 23, 2008 It was in improper commenting out of a ehco; <?php echo //tep_image(DIR_WS_IMAGES . should have been; <?php //echo tep_image(DIR_WS_IMAGES . It broke in PHP5 but worked in PHP4 but is still the incorrect way to do it. Thanks to tomh for pointing that one out.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.