ZenphotoCMS Forum
RSS feed weird behavior - 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 weird behavior (/thread-7067.html)



RSS feed weird behavior - frankm - 2010-05-17

i have link on the bottom of my album page to get to RSS feed of this album.
the code is the following printRSSLink( "Gallery","",(gettext('Portfolio Images')),"",false,"rsslink" );

the first time i click on it it opens a feed. if i leave the feed page and click again on the link, it doesn't open as afeed any more but as ar egular html page. any idea why ?

thanks,
frank.




RSS feed weird behavior - acrylian - 2010-05-17

RSS feeds are cached as xml files after first creation. I see no reason this should behave differently. Which browser are you talking about? I admit I never use the browser for display but a rss reader program. Anyway, last time checked our feeds were fully valid.




RSS feed weird behavior - frankm - 2010-05-17

hi,

i am using safari on a mac.
the first time i click on the link it opens as feed:http://localhost/zenphoto/rss.php?albumtitle=Samoa&folder=samoa&lang=en_US. any other time it opens as just http://localhost/zenphoto/rss.php?albumtitle=Samoa&folder=samoa&lang=en_US

(note the localahost domain is because i am developping the site on a local server before moving it to my host provider)

on the other hand everytime i click on the headerlink in the nav bar of safari it opens as feed:http://localhost/zenphoto/rss.php?albumtitle=Samoa&folder=samoa&lang=en_US.

frank.




RSS feed weird behavior - frankm - 2010-05-17

for information.
i found the cache files for rss, cleared everything and now everything seems to work properly. i don't what was going on, certainly i did something wrong that corrupted a file.

anyway, everything's fine now.




RSS feed weird behavior - acrylian - 2010-05-18

Thanks for the heads up. I also noticed that hte header link (at the addressbar) does not work on my local environment for whatever reason but does on a real server...