kdmonk1 Posted August 6, 2006 Share Posted August 6, 2006 I am recieving the following seesion errors. Could someone tell me me how to fix this problem..? Warning: session_start(): open(/tmp\sess_6c58c760af3e966f990b77581b4589c4, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\vhosts\thecurveinc.com\httpdocs\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Inetpub\vhosts\thecurveinc.com\httpdocs\catalog\admin\includes\functions\sessions.php:67) in C:\Inetpub\vhosts\thecurveinc.com\httpdocs\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\vhosts\thecurveinc.com\httpdocs\catalog\admin\includes\functions\sessions.php:67) in C:\Inetpub\vhosts\thecurveinc.com\httpdocs\catalog\admin\includes\functions\sessions.php on line 67 Link to comment Share on other sites More sharing options...
♥Vger Posted August 6, 2006 Share Posted August 6, 2006 Edit the last line of both configure.php files to read 'mysql' where indicated - thus storing sessions in the database and not in files in a 'tmp' folder. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.