Page 1 of 1

Header already sent?

PostPosted: 29. November 2006 17:26
by frankie2000
Hi!

I have a script that works on other servers and it worked on a local server i had before started to using XAMPP.

I get this error:
Warning: Cannot modify header information - headers already sent by (output started at ********) in ******* on line 19

Headers already sent? What i am trying to do is to include a file before the <header> tag.

What do i need to change in the httpd.conf file to get it to work?

PostPosted: 29. November 2006 20:06
by Sean-Michael
by chance are you trying to use a include php script on a phpbb site like this?

PostPosted: 29. November 2006 23:12
by frankie2000
No. It is a script i wrote my self.

PostPosted: 29. November 2006 23:36
by Izzy
frankie2000 wrote:No. It is a script i wrote my self.


Do a Google for your error message and it may give you some clues as to what is wrong with your script.
I used these key words and was presented with some useful results:
header already sent

You may want to use different keywords.

PostPosted: 29. November 2006 23:58
by Sean-Michael
frankie2000 wrote:No. It is a script i wrote my self.


I had a script that I also wrote, but including it into my phpbb proved to take a bit more then I originally thought to avoid using iframes, thats why I asked.