Page 1 of 1

Warning: Cannot Modify Header Information

PostPosted: Mon Apr 30, 2012 7:49 pm
by Nathan Wilkins
When I test out my mobile website it shows at the top: Warning: Cannot modify header Information headers already sent (output started at blah blah blah php:1)
in blah blah blah on line 11. Looked at another post saying to switch safe mode off but I can't.

Anyway hope there's a fix

Re: Warning: Cannot Modify Header Information

PostPosted: Tue May 01, 2012 10:31 am
by kamermans
Do you see any errors on the page besides this? Does everything look ok on the admin/install.php page?

Re: Warning: Cannot Modify Header Information

PostPosted: Fri May 04, 2012 9:33 am
by Nathan Wilkins
Yeah mobile page displays original css file and not redirected and displays that message. The message doesn't appear when viewing web page on normal screen

Re: Warning: Cannot Modify Header Information

PostPosted: Fri May 04, 2012 8:59 pm
by kamermans
Can you post line 11 of the PHP file? This is the line that is starting the output before your redirect command, which is causing the error message.