Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: session_start() Errors after install


adamf102

Recommended Posts

Posted

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

Posted

Open you includes/configure.php. Change your store sessions to mysql. You should do this anyways on shared servers.

 

 

define('STORE_SESSIONS', 'mysql');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...