Page 1 of 1

remote rss

Posted: Tue Feb 21, 2006 4:58 pm
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?

Re: remote rss

Posted: Tue Feb 21, 2006 5:06 pm
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

Posted: Wed Feb 22, 2006 5:32 pm
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.