Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin working but this error apears?


vmuk

Recommended Posts

Posted

Warning: session_start(): open(/tmp\sess_a775cc08b0d9f21ff54f264516101d5c, O_RDWR) failed: No such file or directory (2) in d:\users\toolbitzuk\public_html\admin\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\users\toolbitzuk\public_html\admin\includes\functions\sessions.php:67) in d:\users\toolbitzuk\public_html\admin\includes\functions\sessions.php on line 67

 

 

------

 

Warning: Unknown(): open(/tmp\sess_a775cc08b0d9f21ff54f264516101d5c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

 

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

 

 

If this means anything please help had simular thing with the main site and it was problem in config.php?

Posted

Store sessions in the mysql database.

 

Change BOTH catalog/includes/configure.php AND catalog/admin/includes/configure.php.

 

At the bottom of each file set the define to 'mysql'

 

define('STORE_SESSIONS', 'mysql');

 

HTH

Tom

Archived

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

×
×
  • Create New...