HawkeVIPER Posted December 18, 2004 Share Posted December 18, 2004 output: Warning: session_start(): open(/www/tmp/sess_1db4a5b759dddcd2a759a3b53d70c988, O_RDWR) failed: No such file or directory (2) in /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php:67) in /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php:67) in /home/huskybr/public_html/catalog/admin/includes/functions/general.php on line 18 Warning: Unknown(): open(/www/tmp/sess_1db4a5b759dddcd2a759a3b53d70c988, 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 (/www/tmp) in Unknown on line 0 The above also appears as a slightly different bug seeming to appear at times designated by /dev/urandom *chuckles -oh yes, I still have my sense of humor*, which, I currently can't recreate. Any ideas what the hell is causing this? --HV Link to comment Share on other sites More sharing options...
Guest Posted December 18, 2004 Share Posted December 18, 2004 output: Warning: session_start(): open(/www/tmp/sess_1db4a5b759dddcd2a759a3b53d70c988, O_RDWR) failed: No such file or directory (2) in /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php:67) in /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/huskybr/public_html/catalog/admin/includes/functions/sessions.php:67) in /home/huskybr/public_html/catalog/admin/includes/functions/general.php on line 18 Warning: Unknown(): open(/www/tmp/sess_1db4a5b759dddcd2a759a3b53d70c988, 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 (/www/tmp) in Unknown on line 0 The above also appears as a slightly different bug seeming to appear at times designated by /dev/urandom *chuckles -oh yes, I still have my sense of humor*, which, I currently can't recreate. Any ideas what the hell is causing this? --HV <{POST_SNAPBACK}> At least some of them sound like errors that may be caused by white spaces in the script before the php tags. Link to comment Share on other sites More sharing options...
boxtel Posted December 18, 2004 Share Posted December 18, 2004 At least some of them sound like errors that may be caused by white spaces in the script before the php tags. <{POST_SNAPBACK}> sounds like it, also use this in your configure.php define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' Treasurer MFC Link to comment Share on other sites More sharing options...
HawkeVIPER Posted December 21, 2004 Author Share Posted December 21, 2004 Thanks guys, worked a treat =D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.