murph Posted June 13, 2004 Share Posted June 13, 2004 Anyone seen this error before? I don't know how I got it or how to get rid of it. It was suggested to me to make sure there were no blank/white spaces in my configure.php files but there weren't. Any other fixes, I am desperate here!!! Thanks in advance! Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/***/public_html/includes/configure.php:49) in /home/***/public_html/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/***/public_html/includes/configure.php:49) in /home/***/public_html/includes/functions/sessions.php on line 67 ***is my username Link to comment Share on other sites More sharing options...
Guest Posted June 13, 2004 Share Posted June 13, 2004 are you storing sessions in files or in the database, ie mysql you need to make sure that in the admin area the paths there are setup relating to your document root paths. try to store sessions to mysql Link to comment Share on other sites More sharing options...
murph Posted June 13, 2004 Author Share Posted June 13, 2004 Store sessions are set to mysql in admin/includes/configure.php and in includes/configure.php. And no white space. I just can't figure this out at all! Is there another file I can look in to sort this out? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to '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.