bradcox97 Posted August 27, 2006 Share Posted August 27, 2006 Hello, Trying to set up shop for the first time... I'm getting the following error messages.. Any advice would be appreciated. Brad Warning: session_start(): open(/tmp\sess_9bd16cddd4e352ef8ed6a33054492e0a, O_RDWR) failed: No such file or directory (2) in C:\hshome\advanced\advancedsportvehicles.com\catalog\includes\functions\sessions.php on line 97 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\hshome\advanced\advancedsportvehicles.com\catalog\includes\functions\sessions.php:97) in C:\hshome\advanced\advancedsportvehicles.com\catalog\includes\functions\sessions.php on line 97 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\hshome\advanced\advancedsportvehicles.com\catalog\includes\functions\sessions.php:97) in C:\hshome\advanced\advancedsportvehicles.com\catalog\includes\functions\sessions.php on line 97 Warning Warning: The sessions directory does not exist: /tmp. Sessions will not work until this directory is created. Warning: Unknown(): open(/tmp\sess_7452fdf9baeed6f485ee7320fed7f800, 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 Link to comment Share on other sites More sharing options...
spax Posted August 27, 2006 Share Posted August 27, 2006 In catalog/includes/configure.php and catalog/admin/includes/configure.php look down the bottom and edit the code so they both have: define('STORE_SESSIONS', 'mysql'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.