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?
remote rss
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: remote rss
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
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/
# 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/
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.
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.