genturo Posted March 24, 2004 Share Posted March 24, 2004 When I click checkout I get error 404 page not found: This is the site. https://on-soccer.com/ecommerce/oscommerce/...ut_shipping.php Its pretty weird cuz the file in right there. Any ideas? Link to comment Share on other sites More sharing options...
genturo Posted March 25, 2004 Author Share Posted March 25, 2004 please any help? Link to comment Share on other sites More sharing options...
AlanR Posted March 25, 2004 Share Posted March 25, 2004 turn off ssl, you don't have it set up right. define('ENABLE_SSL', false); // secure webserver for checkout procedure? Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
normd Posted March 25, 2004 Share Posted March 25, 2004 I am having a similar problem, but it is not consistent. Sometimes I get the error but hitting refresh loads the page fine. Other times it just refreshes the page and does not go to the next page. I have SSL as true. Suggestions? Link to comment Share on other sites More sharing options...
AlanR Posted March 25, 2004 Share Posted March 25, 2004 Can you post the address to the site so we can see what's going on? Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
genturo Posted March 25, 2004 Author Share Posted March 25, 2004 so put this in the checkout_shipping.php? define('ENABLE_SSL', false); // secure webserver for checkout procedure? Link to comment Share on other sites More sharing options...
genturo Posted March 25, 2004 Author Share Posted March 25, 2004 I just added in catalog/checkout_shipping.php and didnt work so I added in catalog/includes/l/modules/anguage/english/checkout_shipping.php and didnt work either. Also added it at catalog/checkout_process.php and catalog/includes/l/modules/anguage/english/checkout_process.php What I am doing wrong? Thank you Link to comment Share on other sites More sharing options...
241 Posted March 25, 2004 Share Posted March 25, 2004 so put this in the checkout_shipping.php?define('ENABLE_SSL', false); // secure webserver for checkout procedure? This line does not require to be in the checkout_shipping.php this line is allready in the catalog and admin includes/configure.php files No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
genturo Posted March 25, 2004 Author Share Posted March 25, 2004 so what I have to do? :( Link to comment Share on other sites More sharing options...
241 Posted March 25, 2004 Share Posted March 25, 2004 you have to go to catalog/includes/configure.php and admin/includes/configure.php and change the code from define('ENABLE_SSL', true); // secure webserver for checkout procedure? to define('ENABLE_SSL', false); // secure webserver for checkout procedure? No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.