XML-parsefout: XML-declaratie niet aan begin van externe entiteit
Locatie: http://www.thejokersweblog.nl/feeds/index.rss1
Regelnummer 2, kolom 1:<?xml version="1.0" encoding="utf-8" ?>
^
You have a newline (enter) before the start of the start of the RSS feed. Usually this is in the language file somewhere. It could be at the very start or end.
To fix this get rid of anything before <?php and after ?>
Mostly this happens if you have manually edited any of the serendipity PHP files with an editor. Check all the files you touched.
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/
I touched too much files. I need hours to find the problem. At which file is it the smartest to start with?
The files you last modified, work from the most recent timestamp downwards.
First search for "<?php" and check if you have any blank spaces before that. Then search for "?>" and check if you have any blank spaces after that.
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/