admin page shows error

Having trouble installing serendipity?
Post Reply
basiel
Regular
Posts: 12
Joined: Wed Jul 13, 2005 8:31 pm
Location: belgium

admin page shows error

Post 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]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: admin page shows error

Post 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
# 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/
basiel
Regular
Posts: 12
Joined: Wed Jul 13, 2005 8:31 pm
Location: belgium

Post 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!
Post Reply