Frede-s Posted January 17, 2005 Posted January 17, 2005 Hi! There is something wrong with my osc. "My account" and "Checkout" doesn't work. All the other bottoms is working, but not them. Somebody knows whats wrong? At the same time i have a problem with tmp. At the top i writen: Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. But i've created a directory called tmp. Then i ask why does it still write that the directory doesn't exist? :blink: I really hope someone expert can help me :D Best regards Frede-s
OceanRanch Posted January 17, 2005 Posted January 17, 2005 In both catalog/includes/configure.php and catalog/admin/includes/configure.php change define('STORE_SESSIONS', ''); to define('STORE_SESSIONS', 'mysql'); and to possibly fix the checkout and my account issue..... If you don't have SSL setup yet on your site then you should turn it off in both configure.php files as well. define('ENABLE_SSL', false); HTH Tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.