techgroups Posted January 19, 2005 Posted January 19, 2005 The sessions directory does not exist: /tmp. Sessions will not work until this directory is created What folder should I craete the /tmp folder in?
zerodash Posted January 19, 2005 Posted January 19, 2005 I believe it is created in your admin folder. Make sure that it has full read/write permissions.
Guest Posted January 20, 2005 Posted January 20, 2005 What folder should I craete the /tmp folder in? <{POST_SNAPBACK}> Wild shot in the dark, but what about creating it in / ? Rich.
ozcsys Posted January 20, 2005 Posted January 20, 2005 Better yet especially if you are on a shared server change the following line in your two configure.php files define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' To define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
techgroups Posted January 25, 2005 Author Posted January 25, 2005 When I change that to mysql, it works for a second then everything goes blank. Any other ideas? AND YES, I've already tried creating /tmp Steve
techgroups Posted January 25, 2005 Author Posted January 25, 2005 Now when I try to add a product, it goes to the cart and it says it's empty. It won't carry the product into the shopping cart! Help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.