Page 1 of 1

admin page shows error

Posted: Wed Jul 20, 2005 12:00 am
by basiel
after logging in serendipity_admin.php shows this error (warning)

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/siren/plugins/serendipity_event_guestbook/lang_nl.inc.php:50) in /home/***/public_html/siren/serendipity_admin.php on line 9
[edit]
my blog is hosted by www.1l.com
[/edit]

Re: admin page shows error

Posted: Wed Jul 20, 2005 11:07 am
by garvinhicking
It seems you created a dutch language file but did not trim the whitespaces after the last "?>" from your file.

Go and edit that file and make sure you have no trailing newlines/whitespaces at the beginning and end of your file.

Regards,
Garvin

Posted: Wed Jul 20, 2005 7:00 pm
by basiel
Correct, I added / edited a dutch lang file, uploaded (ftp) it to my webspace ...
But after that, I edited the file with the "cPanel X" 1l.com offers; that must have added two extra newlines (I'm really sure I didn't do that ;))
Uploading my (correct) local file fixed the problem!

Thanks a lot, B.

1 lesson learned : download files, edit files locally, and re-upload!