Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: session_start():


bluvalentino

Recommended Posts

Posted

Hi !

 

Anyone can help me ? i have install oscommerce in my server, i have import data base and config all, and all is going ok, but at the end, when i have select ADMINISTRATION TOOL i get this result:

 

Warning: session_start(): open(/tmp\sess_0091626a03d522dc84d0ca3ec607a66c, O_RDWR) failed: No such file or directory (2) in D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php:67) in D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php:67) in D:\Inetpub\webs\stockpriceit\public\site\admin\includes\functions\sessions.php on line 67

 

Why ? :(

 

Thank you for help !

Posted

The second and third errors are caused by the first.

 

The first error is caused by storing sessions in files inside a 'tmp' folder which does not exist.

 

To resolve the problem edit the last line of both configure.php files to read 'mysql' where indicated.

 

Vger

Posted

Hi, had the same problem, followed the below and voila! Thanks! :D

 

 

The second and third errors are caused by the first.

 

The first error is caused by storing sessions in files inside a 'tmp' folder which does not exist.

 

To resolve the problem edit the last line of both configure.php files to read 'mysql' where indicated.

 

Vger

Archived

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

×
×
  • Create New...