Discussion
Muffin(back to index)When I try to post a comment, it gets posted, but there is an error message on top:
Warning: Cannot modify header information - headers already sent by (output started at /home/nadyne/public_html/fb_settings.php:44) in /home/nadyne/public_html/index.php on line 247
How to remove this error message?
posted by
Muffin on 14 Jul 05 at 11:36 PM
Muffin, judging from that message, you must have some whitespace or other sort of output happening in your fb_settings.php file. Make sure the file has no text (even invisible characters) outside the PHP tags.
posted by anon on 15 Jul 05 at 12:18 AM
I have done as suggested to fb_settings.php, but the error still appears.
posted by
Muffin on 15 Jul 05 at 1:26 AM
Muffin, are you sure you have no newlines? Double-check that there are no linebreaks at the start or end of the settings file (the settings file shouldn't be 44 lines long, as indicated in your post).
posted by
donald on 15 Jul 05 at 2:15 AM
thanks, it works ok now. I removed the excess lines (don't know why I didn't find them there the first time) after the closing tag.
posted by
Muffin on 15 Jul 05 at 2:35 AM
Post a Reply:
(back to index)