I'm getting this error on the top of the pages of my site:
a
Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/h/e/thesteeps/html/geeklog/config.php:1) in /home/content/t/h/e/thesteeps/html/geeklog/system/lib-sessions.php on line 185
Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/h/e/thesteeps/html/geeklog/config.php:1) in /home/content/t/h/e/thesteeps/html/geeklog/system/lib-sessions.php on line 197
I'm assuming this is a cookie problem, but I'm not sure. It's putting this error out for EVERYONE who visits the site. See for yourself:
http://www.thesteeps.netCan anyone help me figure out what the problem is?
This started when we were changing the allowed HTML tags in config.php. However, we have changed config.php back to what it was before we edited it, and the errors still show up.... any ideas?
I've turned on verbose in lib-sessions.php so this is what the error log says:
Thu Mar 23 13:45:18 2006 - Failed to set session cookie.
Thu Mar 23 13:45:19 2006 - Failed to set session cookie.
Thu Mar 23 13:45:20 2006 - Failed to set session cookie.
Thu Mar 23 13:50:19 2006 - Failed to set session cookie.
Thu Mar 23 13:50:20 2006 - Failed to set session cookie.
Thu Mar 23 13:56:09 2006 - Failed to set session cookie.
Thu Mar 23 14:10:29 2006 - Setting cookiedomain='.thesteeps.net'
Thu Mar 23 14:10:29 2006 - ***Inside SESS_sessionCheck***
Thu Mar 23 14:10:29 2006 - session cookie not found from lib-sessions.php
Thu Mar 23 14:10:29 2006 - ***Leaving SESS_sessionCheck***
Thu Mar 23 14:10:30 2006 - Setting cookiedomain='.thesteeps.net'
Thu Mar 23 14:10:30 2006 - ***Inside SESS_sessionCheck***
Thu Mar 23 14:10:30 2006 - session cookie not found from lib-sessions.php
Thu Mar 23 14:10:30 2006 - ***Leaving SESS_sessionCheck***
This is not the infamous "white space" problem. I've checked both lib-sessions.php and config.php for white space and there was none...