PDA

View Full Version : What does this mean?



lMattz
09-07-2006, 07:36 AM
Warning: Cannot modify header information - headers already sent by (output started at /(destination) in /(destination) on line 44

Warning: Cannot modify header information - headers already sent by (output started at /(destination) in /(destination) on line 45

I dont have a clue. What does this mean? How can i fix it?. The page that errors is the Techtuts member system login page.

+Rep to all that help

- Matt

Flauvo
09-07-2006, 09:01 AM
I'm guessing you havnt CHMOD'd the header file to 777 which is writeable and re-writeable.

I suggest you do that.

nets
09-07-2006, 01:16 PM
You're trying to set header information after you have sent output to the browser. Only set header information before you have used "echo" statements (or other statements which create an output, such as "print" etc.)

Want to hide these adverts? Register an account for free!