I’m looking for things that might trigger the following PHP warning:
PHP Warning: Cannot modify header information – headers already sent in Unknown on line 0
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Turned out that it was the line
that caused the warning. This has been reported and fixed in 2001, it seems, but for some reason it keeps coming back.