remote rss

Creating and modifying plugins.
Post Reply
basiel
Regular
Posts: 12
Joined: Wed Jul 13, 2005 8:31 pm
Location: belgium

remote rss

Post by basiel »

I use the remoteRSS plugin to show the CNN latest news rssfeed (http://rss.cnn.com/rss/cnn_latest.rss), but it only shows this error - btw not only this feed gives that same error...

Error on line 146 of path_to\***\serendipity\bundled-libs\Onyx\RSS.php: File has an XML error (not well-formed (invalid token) at line 8).

What to do about this?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: remote rss

Post by garvinhicking »

How did youc onfigure the remoterss plugin, especially which charset did you specify for the feed? And which charset is your blog running on?

The error tells you that the XML file does not match the charset on your blog.

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 »

in http: //***/serendipity_admin.php?serendipity[adminModule]=configuration# UTF-8 is selected as charset.

in http: //***/serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[plugin_to_conf]=serendipity_plugin_remoterss... UTF-8 is selected as charset.

changing this last one to ISO-8859-1 solves my problem. thx.
Post Reply