Page 1 of 1

[Problem] All feeds broken!!

Posted: Mon Dec 04, 2006 9:57 pm
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

Re: [Problem] All feeds broken!!

Posted: Mon Dec 04, 2006 10:03 pm
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

Re: [Problem] All feeds broken!!

Posted: Mon Dec 04, 2006 10:05 pm
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

Re: [Problem] All feeds broken!!

Posted: Mon Dec 04, 2006 10:29 pm
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

RSS feeds are not valid XML

Posted: Thu Dec 07, 2006 10:32 am
by jallen
The XML begins with a carriage return (^M) this breaks all the XML parsers