Guest Posted November 18, 2004 Posted November 18, 2004 When entering my administration tool for osCommerce, I got the following errors, and I don't have a clue how to solve this: Warning: session_start(): open(/tmp\sess_eeefef5601a15ad3238b36284234af20, O_RDWR) failed: No such file or directory (2) in c:\www\mysite\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\www\mysite\admin\includes\functions\sessions.php:67) in c:\www\mysite\admin\includes\functions\sessions.php on line 67 What went wrong where? Regards, Martin :'(
ozcsys Posted November 18, 2004 Posted November 18, 2004 When entering my administration tool for osCommerce, I got the following errors, and I don't have a clue how to solve this: Warning: session_start(): open(/tmp\sess_eeefef5601a15ad3238b36284234af20, O_RDWR) failed: No such file or directory (2) in c:\www\mysite\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\www\mysite\admin\includes\functions\sessions.php:67) in c:\www\mysite\admin\includes\functions\sessions.php on line 67 What went wrong where? Regards, Martin :'( <{POST_SNAPBACK}> In your two configure.php files change 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??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.