Forums / Setup & design / Rss export not valid

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Rss export not valid

Author Message

Fabio Carissimi

Friday 24 March 2006 9:03:01 am

Hello,

I am trying RSS export and my feed is not valid.

I have upgrade Exponential to 3.7.4 to avoid the bugs with PubDate and language element
cf http://ez.no/community/bugs/rss_2_0_export_fail_on_validation.

But Mozilla Thunderbird RSS reader still tells me the feed is invalid.

I use feedvalidator in cmdline and it tells me that 'guid' element is missing.
(for info about 'guid' cf http://blogs.law.harvard.edu/tech/rss#ltguidgtSubelementOfLtitemgt)

I have a multisite installation and I want to export a feed from one site and
read this feed on the other site.

Somebody can help me ?

Many thanks
Fabio

Fabio Carissimi

Tuesday 28 March 2006 12:35:40 am

Hello,

i discovered that it's not a problem of validity of the rss feed,
but it is a problem of access.

The url of the feed is http://localhost/index.php/site_admin/rss/feed/myfeed.xml
and the admin site is not accessible without authentification.

How can i set the feed to be accessible with an url like :

http://localhost/index.php/site_public/rss/feed/myfeed.xml ?

Thank you for your help

Brian Gambill

Wednesday 29 March 2006 7:19:33 am

I don't have much experience with localhost setup in version 3.x. I assume it is similar to the user side of any eZ site. On my site (3.6.4) I added permissions for anonymous user 'read' function of the 'rss' module. I didn't limit mine further, but I assume you could add limits to a specific feed address.

Fabio Carissimi

Thursday 30 March 2006 6:39:13 am

Thanks for your help, now it works,

To be more precise, I added the permission to access the function 'feed' of the 'rss' module for the anynomous role

I assume this fonction 'feed' allow to read a rss feed ...

I tried also to install the 'Syndicate RSS' extension but i did not succeed.

Did you try this extension ?