Page 1 of 1
Warning?
Posted: Fri Aug 10, 2007 4:06 pm
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?!
Posted: Fri Aug 10, 2007 5:14 pm
by blog.brockha.us
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?
Posted: Fri Aug 10, 2007 6:30 pm
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