ZenphotoCMS Forum
RSS feed not working - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: RSS feed not working (/thread-12328.html)



RSS feed not working - ventesites - 27-09-2015

Hello

My RSS feeds, photo and news, text is there when i check the source file but do not show up in the browser. Wwhen i test the validity with chrome :

This page contains the following errors: error on line 7 at column 67: Entity 'eacute' not defined

With feed validator: column 58: XML parsing error: :7:58: undefined entity

Basically looks like there is a problem with accentued letters, what can i do?

example feed articles: http://www.boutiquelithotherapie.com/proprietes-des-mineraux/index.php?rss=news

photo

http://www.boutiquelithotherapie.com/proprietes-des-mineraux/index.php?rss&albumname=pierre-tourmaline

Thanks




RSS feed not working - acrylian - 27-09-2015

Upgrade to the latest version ;-)




RSS feed not working - ventesites - 27-09-2015

How do I upgrade this plugin that I activated it this morning?




RSS feed not working - ventesites - 27-09-2015

BTW where can i find information on the RSS codes?




RSS feed not working - acrylian - 27-09-2015

The plugin is part of the Zenphoto package. You are on 1.4.9, current release is 1.4.10.

Documentation of the plugin:
http://www.zenphoto.org/documentation/plugins/feed/_zp-extensions---rss.php.html

Of the parent main class:
http://www.zenphoto.org/documentation/classes/feed.html
http://www.zenphoto.org/documentation/classes/_class-feed.php.html




RSS feed not working - vincent3569 - 28-09-2015

hi

fyi, with w3c feed validation service, it seems there is an issue with language tag:

Quote:Sorry

This feed does not validate.

line 8, column 15: language must be an ISO-639 language code: [help]


                   ^

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

line 6, column 132: Self reference doesn't match document location [help]

    ... rel="self"  type="application/rss+xml" />
                                                 ^

Source: http://www.vincentbourganel.fr/index.php?rss=gallery&lang=fr

`

http://www.vincentbourganel.fr


[b][/b]
Mon, 28 Sep 2015 01:53:17 +0200

...
`




RSS feed not working - acrylian - 28-09-2015

Something is not right with your feed [b][/b] is of course completely wrong as the `` is not supposed to be there.

Testing feeds from our own site the `` is set correctly. Did you try clearing the rss cache?




RSS feed not working - vincent3569 - 28-09-2015

I manually add this tag `` to point the issue.
After clearing rss cache, it's ok now.
Sorry for disturbing




RSS feed not working - acrylian - 28-09-2015

No problem!

Quote:I manually add this tag [b] to point the issue.[/b]
Ah, ok, if you escape code it does not work of course.