PDA

View Full Version : How to take off warning sign?


pandaxo
07-26-2007, 03:36 PM
I edited the html, then i restored it and now I've got this error message at the top of each page:
Warning: Cannot modify header information - headers already sent by (output started at /home/secti0no/public_html/captured/index.php:1) in /home/secti0no/public_html/captured/index.php on line 43

What do I do to get rid of it?

http://captured.secti0n.org

Dkozikowski
07-26-2007, 04:13 PM
By reading your other posts throughout the forum, I'm going to suggest you just upload all new files and start "fresh".

I have no clue what you have done and you certainly cannot get this error by editing your template files.

You mentioned you modified index.php which is never a good idea.


Start fresh and your problems should go away. Just make sure to save the data from your pixelpost.php file.

Dennis
07-26-2007, 05:59 PM
Second that.

opeth_pp
07-27-2007, 12:59 AM
This is usually a message indicating that something even a blank space, has been sent before the session_start(); call.

Did you add any comments or anything to the top of your page?