Warning?

Found a bug? Tell us!!
Post Reply
Mnichu
Posts: 1
Joined: Fri Aug 10, 2007 4:01 pm

Warning?

Post by Mnichu »

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /home/mnichtao/public_html/mnichu/plugins/serendipity_event_spamblock/UTF-8/lang_pl.inc.php:1) in /home/mnichtao/public_html/mnichu/serendipity_admin.php on line 11
What?!
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

:D

This PHP warning says: The script serendipity_admin.php sent out an HTTP Header (in this case the content-type) too late. Headers were allready sent.

Did you install a the normal S9Y distribution or did you patch anything?

The mentioned PHP script includes the file serendipity_config.inc.php before sending out the headers. Perhaps you changed this file (instead of serendipity_config_local.inc.php) producing some output, what would result in this error?
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Might be because of your used s9y version.Which one do you use? In older versions the UTF-8 file of lang_pl.incphp contained a UTF-8 bom sequqnce at the beginning, which needed to be removed.

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