Hi, hopefully this isnt a stupid question, but i've been trawling the docs and forums all day looking for an answer --
I've built a zenphoto site (v 1.4.0.3) using the zenpage addon with a modified effervesence theme
Everything is working swimmingly however I'm unable to view the RSS feed - nor output any rss links using the provided functions. The goal at this point to get a rss feed for the news
have tried both the following:
<?php printZenpageRSSHeaderLink("News","", "Zenpage news", ""); ?>
<?php printZenpageRSSHeaderLink("News", "Zenpage news", "", "");
plus the regular printRSSHeaderLink() function from the docs to try printing any of the feeds (gallery etc).
I assume this is failing because it throws "requested object was not found." when browsing to
http://maxy.co.nz/index.php?rss&lang=en_UShttp://maxy.co.nz/index.php?rss-news&lang=en_USany idea why this might be happening / a fix?
have tried pulling in the rss.php files from the latest nightly to attempt to solve this as well :S
Comments
Use the `printZenpageRSSLink` function to print a normal link instead.
I also tried printZenpageRSSLink in the body - it also outputs a blank line in my source code.
No error message just silent fail as far as I can tell
rtfm!
thanks for your support!