ZenphotoCMS Forum
500 server error for RSS feed - 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: 500 server error for RSS feed (/thread-10651.html)



500 server error for RSS feed - amucklow - 2012-12-12

My main RSS feed URL has broken:

http://retrospectivecycles.com/index.php?rss&lang=en_US

This seems to have stemmed from an upgrade to 1.4.3.3 in early November. I've read the changelog post about legacy RSS rewrite rules, but assume that the feed shouldn't actually break if I'm using the function:

``

Thanks




500 server error for RSS feed - arnaud - 2012-12-12

same thing for me! the rss don't work
the page http://www.photo-drean.com/la-boutique-photo/sports/windsurf-surf-kitesurf/
the rss page http://www.photo-drean.com/la-boutique-photo/index.php?rss&albumname=sports%2Fwindsurf-surf-kitesurf&lang=fr_FR

who can help me?




500 server error for RSS feed - acrylian - 2012-12-12

Please try the nightly build. There is an RSS bug in 1.4.3.5.




500 server error for RSS feed - arnaud - 2012-12-12

i must wait that you correct the RSS bug or an other thing?
i just start wih zenpage and every body told me that it was very good for seo, but after one week none of my pictures are in the google index. i send my sitemap to google... nothing




500 server error for RSS feed - arnaud - 2012-12-12

nightly build?




500 server error for RSS feed - acrylian - 2012-12-12

You find the nightly build on our download page. Either you try that to help us not miss any bugs or you have to wait for an official release.

If your images are not indexed that can have numerous reasons. First there are two kinds of images: the cached ones (thumbs, sized images) and the full images you uploaded.

You possibly need to modify the robots.txt file as that is by default set not to allow access to the full images.




500 server error for RSS feed - arnaud - 2012-12-12

GREAT!!! i follow step by step and it work good now! i m waiting to see for the seo
i change the robots like this

Sitemap: http://www.mywebsite.com/sitemap.xml
User-agent: Googlebot-Image
Allow: /
User-agent: Googlebot Allow: /

User-agent: Yahoo Allow: /
User-agent: msnbot Allow: /

User-agent: Accoona-AI-Agent Allow: /
User-agent: MSRBOT Allow: /

User-agent: VoilaBot Allow: /*
Allow: /la-boutique-photo/albums/
Allow: /la-boutique-photo/cache/
Allow: /la-boutique-photo/cache_html/
Disallow: /la-boutique-photo/themes/
Disallow: /la-boutique-photo/zp-core/
Disallow: /la-boutique-photo/zp-data/
Disallow: /la-boutique-photo/page/search/
Disallow: /la-boutique-photo/uploaded/
Disallow: /la-boutique-photo/backup/

correct?




500 server error for RSS feed - acrylian - 2012-12-12

If your robots.txt is within /la-boutique-photo/ and that is your zenphoto install you need to omit that.




500 server error for RSS feed - arnaud - 2012-12-12

zenphoto is install in /la-boutique-photo/ yes
what i must do? before to install zenphoto my robots was just this
Sitemap: http://www.mywebsite.com/sitemap.xml
User-agent: Googlebot-Image
Allow: /
User-agent: Googlebot Allow: /

User-agent: Yahoo Allow: /
User-agent: msnbot Allow: /

User-agent: Accoona-AI-Agent Allow: /
User-agent: MSRBOT Allow: /

User-agent: VoilaBot Allow: /*

and it was correct i think because my seo was very good




500 server error for RSS feed - arnaud - 2012-12-13

no idea to help me?




500 server error for RSS feed - arnaud - 2012-12-13

i find the solution but my seo is really bad! i don't understand!!!???




500 server error for RSS feed - acrylian - 2012-12-14

Your syntax is simply wrong. You find all info herehow to setup the robots.txt file: http://www.robotstxt.org

Again if your install is in the folder, you don't need to include the folder in the file since the file needs to be in there. Look at the default one.