oscommercenewbie Posted October 11, 2005 Share Posted October 11, 2005 When a customer tries to check out they get as far as the checkout_confirmation.php page. It displays a blank screen. I am using this free theme fro V2N http://www.oscommerce.com/community/contri...,all/search,vn2 Anyone have this problem as well and come up with a solution? I sure could use your help! Link to comment Share on other sites More sharing options...
kgt Posted October 12, 2005 Share Posted October 12, 2005 Your host probably has error reporting turned off. There are several ways you might be able to turn it on. most likely, there's an error occuring on the page, and so nothing is displayed. You might be able to add the following line at the top of application_top.php: ini_set('error_reporting', E_ALL); Error messages will help figure out whats wrong. Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
oscommercenewbie Posted October 12, 2005 Author Share Posted October 12, 2005 Your host probably has error reporting turned off. There are several ways you might be able to turn it on. most likely, there's an error occuring on the page, and so nothing is displayed. You might be able to add the following line at the top of application_top.php: ini_set('error_reporting', E_ALL); Error messages will help figure out whats wrong. Thank you KG, I will try that. Link to comment Share on other sites More sharing options...
Guest Posted October 12, 2005 Share Posted October 12, 2005 do you have an ssl certificate installed? what is the exact error you get? try setting ssl enable to false in your configure.php file. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.