[Problem] All feeds broken!!

Having trouble installing serendipity?
Post Reply
matsch
Regular
Posts: 43
Joined: Wed Oct 26, 2005 7:59 pm

[Problem] All feeds broken!!

Post by matsch »

Hi,

I'm experiencing a big issue with my s9y installation.

All feeds are suddenly broken!!

See here:
http://matsch.binaervarianz.de/blog/ind ... index.rss2
http://matsch.binaervarianz.de/blog/ind ... atom10.xml
http://matsch.binaervarianz.de/blog/ind ... ments.rss2

Firefox only tells me this:

Code: Select all

XML Parsing Error: no element found
Location: http://matsch.binaervarianz.de/blog/index.php?/feeds/index.rss2
Line Number 1, Column 1:
^
Feedburner tells me:

Code: Select all

Feed Address: http://feeds.feedburner.com/MatschsBlog

HTTP Error Code: 500

Detail: There was a problem retrieving the feed: java.io.IOException: Not in GZIP format
wget'ing them seems to be OK though!

I didn't do much. Maybe updating some plug ins. (Need a list?)

This was on Serendipity 1.0.0 und PHP 4.3.10-18.
Now I just updated to the current stable release: Serendipity 1.0.4 und PHP 4.3.10-18

Also since a couple of days I am getting the following error in the admin panel:

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /home/chroot/home/matsch/public_html/blog/plugins/serendipity_event_backendrss/lang_de.inc.php:14) in /home/chroot/home/matsch/public_html/blog/serendipity_admin.php on line 11
It's just a session problem and doesn't effect much on daily work!


PLEASE HELP with the feeds!

Thanks,
matsch
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: [Problem] All feeds broken!!

Post by yellowled »

matsch wrote: Feedburner tells me:

Code: Select all

Feed Address: http://feeds.feedburner.com/MatschsBlog

HTTP Error Code: 500

Detail: There was a problem retrieving the feed: java.io.IOException: Not in GZIP format
wget'ing them seems to be OK though!

I didn't do much. Maybe updating some plug ins. (Need a list?)
Maybe turned on GZIP compression? Configuration -> Appearance and Options -> Use gzip compressed pages

YL
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: [Problem] All feeds broken!!

Post by garvinhicking »

Hi!

Your feeds are actually broken because of the same issue.

If I call the RSS feed with http://matsch.binaervarianz.de/blog/rss.php?version=2.0 then I get the PHP errors.

Please edit the mentioned lang_de.inc.php file in the backendrss directory and remove the "?>", then it should be fixed.

Best 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/
matsch
Regular
Posts: 43
Joined: Wed Oct 26, 2005 7:59 pm

Re: [Problem] All feeds broken!!

Post by matsch »

*bah* I didn't read so far... I just saw the bold part of the error msg.
garvinhicking wrote:Please edit the mentioned lang_de.inc.php file in the backendrss directory and remove the "?>", then it should be fixed.
works!

consider it a bug report on the said plugin :p

Thanks for your fast reply Garvin!!!
matsch
jallen
Posts: 1
Joined: Thu Dec 07, 2006 9:50 am
Location: Dublin, Ireland
Contact:

RSS feeds are not valid XML

Post by jallen »

The XML begins with a carriage return (^M) this breaks all the XML parsers
Post Reply