Guest Posted August 9, 2005 Share Posted August 9, 2005 highlighted by customer that he was prompted back to home page and shopping items were emptied. got tired of searching forum and found none close to my issue. so i decided to try out some other methods from similiar issue. /catalog/includes/configure.php issue detected before changes done: https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.shopatdoor.com'); define('HTTPS_COOKIE_DOMAIN', 'www.shopatdoor.com'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); changes tested working for now: https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.shopatdoor.com'); define('HTTPS_COOKIE_DOMAIN', 'www.shopatdoor.com'); define('HTTP_COOKIE_PATH', 'www.shopatdoor.com'); define('HTTPS_COOKIE_PATH', 'www.shopatdoor.com'); i'm a idiot with all these php files and they hurt my eyes looking thru them.. i do not assure 100% solution, please correct me if i'm wrong. i hope this can really help some of us with similiar issue. :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.