Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What to do with this error?


Preseren

Recommended Posts

Im all the time getting this...

Warning: session_start(): open(../temp/sess_e071ffaa5e01bcaa9fa692e93ceb1cc3, O_RDWR) failed: No such file or directory (2) in /data/members/free/tripod/uk/h/i/s/hiskadobrot123/htdocs/catalog/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /data/members/free/tripod/uk/h/i/s/hiskadobrot123/htdocs/catalog/includes/functions/sessions.php:67) in /data/members/free/tripod/uk/h/i/s/hiskadobrot123/htdocs/catalog/includes/functions/sessions.php on line 67

 

What to DO???

 

And I also get the problem with /tmp, I have crated it but.... not working...

Link to comment
Share on other sites

Quickest way to fix this is to store sessions in the database rather than on shared disk.

 

Edit both catalog/includes/configure.php and catalog/admin/includes/configure.php and set sessions to mysql.

 

At the bottom of each file

 

define('STORE_SESSIONS', 'mysql');

 

HTH

Tom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...