XML Parsing Error: junk after document element
Location: http://maltainfosec.org/index.php?/feeds/index.rss2
Line Number 2, Column 1:<b>Fatal error</b>: Cannot redeclare class pear in <b>/usr/local/lib/php/PEAR.php</b> on line <b>86</b><br />
^
Which event plugins do you have installed? It seems one if them is creating an error.
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/
Thanks for helping to find the problem Garvin. For the benefit of others that might encounter the same problem, here is what Garvin found.
THe problem was that your local PEAR installation was enabled, but didn't properly include the recent HTTP-Request library, making PEAR fail somehow (from /usr/local/lib/php instead of serendipity's). S9y always gives precedence to a locally installed PEAR, and I couldn't debug what's wrong with your installation.
The actual cause was the podcast plugin making a HTTP connection to your linked youtube videos, but the connection failed. I have commented out the place in serendipity_event_podcast.php so that this is no longer tried, and your RSS feed works now.