Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No such file or directory (


Guest

Recommended Posts

Posted

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 :'(

Posted
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 :'(

 

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??

Archived

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

×
×
  • Create New...