Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems


Spark_plug

Recommended Posts

Posted

I am setting up osCommerce locally, and i got everything set up fine, when I go to the catalog I get these errors, could someone please help me,

 

Warning: session_start(): open(/tmp\sess_f4cb02f70d72a7eef872edf319b249bf, O_RDWR) failed: No such file or directory (2) in c:\php\catalog\includes\functions\sessions.php on line 67

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\php\catalog\includes\functions\sessions.php:67) in c:\php\catalog\includes\functions\sessions.php on line 67

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\php\catalog\includes\functions\sessions.php:67) in c:\php\catalog\includes\functions\sessions.php on line 67
Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created.

Posted

Store sessions in the database by editing both configure.php files

 

catalog/includes/configure.php

catalog/admin/includes/configure.php

 

at the bottom of each change the sessions to 'mysql'.

 

HTH

Tom

Posted
Store sessions in the database by editing both configure.php files

 

catalog/includes/configure.php

catalog/admin/includes/configure.php

 

at the bottom of each change the sessions to 'mysql'.

 

HTH

Tom

 

Thank you tom

Archived

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

×
×
  • Create New...