voxi Posted December 28, 2005 Share Posted December 28, 2005 I dont know how to fix this Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. Link to comment Share on other sites More sharing options...
wheeloftime Posted December 28, 2005 Share Posted December 28, 2005 I dont know how to fix this Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. Easiest fix is to have your sessions written to the database which is better anyway. For this you will have to edit your (catalog)/includes/configure.php and your (catalog)/admin/includes/configure.php. In both files look for define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' and change that to define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Link to comment Share on other sites More sharing options...
voxi Posted December 29, 2005 Author Share Posted December 29, 2005 thanx for the information ^^ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.