brimsjewelry Posted February 20, 2003 Share Posted February 20, 2003 When I hit the checkout button I get a page not found error. I have it set up to use paypal with my paypal registered email. Could someone take a look and see what you think? http://www.brimsjewelry.com/catalog Thanks Link to comment Share on other sites More sharing options...
XtremeCarAudio Posted February 20, 2003 Share Posted February 20, 2003 turn off SSL, you dont have SSL set up Michael Link to comment Share on other sites More sharing options...
Linn Posted February 21, 2003 Share Posted February 21, 2003 I have the same problem, how do i turn off SSL? Link to comment Share on other sites More sharing options...
Teddy Posted February 21, 2003 Share Posted February 21, 2003 I had a similar problem with page not found . i seem to have sorted that one out but now i am getting an error displayed on the page saying fatal error in checkout_address call to undefined function in line 79. also how do you turn off SSL the site is at www.stylissimo.co.uk/catalog all suggestions welcome Link to comment Share on other sites More sharing options...
thefit Posted February 22, 2003 Share Posted February 22, 2003 The reason is because there are a few variable in your configure.php files that are not defined. The below variables need to be accurate and. the https define does not need to be filled out. define('HTTP_SERVER', 'http://www.[yourserver].com'); // eg, http://localhost - should not be NULL for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers define('DB_SERVER_USERNAME', '[username]); define('DB_SERVER_PASSWORD', '[password]'); define('DB_DATABASE', '[database]'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.