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
Cannot modify header information
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Cannot modify header information
Hi!
What is at line 20 in your index.php?
Best regards,
GArvin
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
# 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/