adamf102 Posted November 29, 2006 Posted November 29, 2006 I'm getting the following errors on the top of all my pages after install, I tried searching the Forums, can anyone tell me why ? Warning: session_start() [function.session-start]: open(/tmp\sess_299d20c2b6acba6cd1f6bc9c3d1e1f80, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php:67) in c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php:67) in c:\inetpub\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Cheers Adamf102
Billett Posted November 29, 2006 Posted November 29, 2006 Open you includes/configure.php. Change your store sessions to mysql. You should do this anyways on shared servers. define('STORE_SESSIONS', 'mysql');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.