Cannot modify header information

Having trouble installing serendipity?
Post Reply
roxane
Posts: 2
Joined: Thu Nov 30, 2006 7:00 pm

Cannot modify header information

Post by roxane »

Hi, I hope someone can help me....

I downloaded Serendipity 1.0.3a and ran the index.php file.

I get the error
Warning: Cannot modify header information - headers already sent by (output started at C:\VIRTUAL_WEB_SERVER\serendipity\index.php:20) in C:\VIRTUAL_WEB_SERVER\serendipity\serendipity_config.inc.php on line 138

Now, I know that usually this is caused by having white/blank spaces before <?php but the probleem is I haven't edited any of the files yet???

Could there be another reason for the error?

If it makes a difference, I am running PHP 5.0.4 and IIS and use Windows XP
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Cannot modify header information

Post by garvinhicking »

Hi!

What is at line 20 in your index.php?

Best regards,
GArvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
roxane
Posts: 2
Joined: Thu Nov 30, 2006 7:00 pm

Post by roxane »

HI

Heres what I see from line 19 to 22

19 - header('HTTP/1.0 200');
20 - if ($serendipity['expose_s9y']) {
21 - header('X-Blog: Serendipity'); // Used for installer detection
22 - }
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Hm, in those lines no output to the browser is made; that's strange! Maybe you can remove those lines here:

20 - if ($serendipity['expose_s9y']) {
21 - header('X-Blog: Serendipity'); // Used for installer detection
22 - }

Those are not relevant.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply