Spark_plug Posted September 24, 2005 Posted September 24, 2005 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.
OceanRanch Posted September 24, 2005 Posted September 24, 2005 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
Spark_plug Posted September 24, 2005 Author Posted September 24, 2005 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 <{POST_SNAPBACK}> Thank you tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.