This script is being called apparently, and is outputing headers, causing my session_start function to fail. This is new behaviour, just noticed it this morning. My code hasn't changed. Is this something I have to work with/around, or has something in global.prepend.php changed?
My webpage outputs the following at the top of the page:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/global.prepend.php:8) in /home/dfb2k/public_html/index.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/global.prepend.php:8) in /home/dfb2k/public_html/index.php on line 2
Thanks,
db
My webpage outputs the following at the top of the page:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/global.prepend.php:8) in /home/dfb2k/public_html/index.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/global.prepend.php:8) in /home/dfb2k/public_html/index.php on line 2
Thanks,
db
Last edited: