j~reyes Posted March 28, 2004 Share Posted March 28, 2004 Help! I'm very new to this. I'm in the process of setting up my osCommerce. I will be signing up with 2checkout.com Anyways, when I go through the purchase flow, I get an error when i hit CHECKOUT. It gives me this error: Warning: main(includes/configure.php): failed to open stream: No such file or directory in /home/joansp00/public_html/catalog/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/joansp00/public_html/catalog/includes/application_top.php on line 29 Please help. Thanks. Link to comment Share on other sites More sharing options...
Guest Posted March 28, 2004 Share Posted March 28, 2004 You are getting this error because you checked SSL in the install but you dont have it installed on server side..... so to fix this error goto catalog/includes/configure.php and find define('ENABLE_SSL', true); // secure webserver for checkout procedure? and change to define('ENABLE_SSL', false); // secure webserver for checkout procedure? also you will need to do the same for the admin/includes/configure.php Good luck hope this helps Mike Spires Link to comment Share on other sites More sharing options...
j~reyes Posted March 28, 2004 Author Share Posted March 28, 2004 You are getting this error because you checked SSL in the install but you dont have it installed on server side..... so to fix this error goto catalog/includes/configure.php and find define('ENABLE_SSL', true); // secure webserver for checkout procedure? and change to define('ENABLE_SSL', false); // secure webserver for checkout procedure? also you will need to do the same for the admin/includes/configure.php Good luck hope this helps Mike Spires Hi Mike, Thanks for the input. I did what you told me to do. Even in the Admin area, the SSL is set to false. However, I get a different error now: Warning: Cannot modify header information - headers already sent by (output started at /home/joansp00/public_html/catalog/includes/classes/boxes.php:180) in /home/joansp00/public_html/catalog/includes/functions/general.php on line 29 Help. Thanks. Link to comment Share on other sites More sharing options...
j~reyes Posted April 9, 2004 Author Share Posted April 9, 2004 Does anybody know what I need to do here? Any suggestion is appreciated. Thanks. Link to comment Share on other sites More sharing options...
Guest Posted April 10, 2004 Share Posted April 10, 2004 did you modify any of the code? you may have extra spaces after ?> in the ones you modified. your error is in the documentation, errors Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.