Guest Posted November 6, 2006 Posted November 6, 2006 I'm having a problem when I have my Force Cookies set to True. When this option is turned on, nothing will add to the cart, and the shopping cart is perpetually empty. But when I have my Force Cookies set to False, I'm able to add things to the cart and checkout with no problems. I thought this might be a problem with my configure.php file but everything looks normal to me. And I do NOT have Shared SSL. I've read through quite a few posts and there were a few where that was the issue. Can someone else help me? Here is my configure.php define('HTTP_SERVER', 'http://www.fairytalefashionshoppe.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.fairytalefashionshoppe.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_fairytalefashionshoppe.com', 'www.fairytalefashionshoppe.com'); define('HTTPS_COOKIE_fairytalefashionshoppe.com', 'www.fairytalefashionshoppe.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_FS_CATALOG', '/home/fairytal/public_html/'); My store is installed in the root directory.
lennypost Posted December 20, 2006 Posted December 20, 2006 Any one has any clue? I have this problem also. Installed a fresh ms 2 on another domain to verify this. Just turned on the forced cookie use. Help??? THank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.