500 server error for RSS feed

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:

`<?php printRSSHeaderLink('Gallery', gettext('Gallery RSS')); ?>`

Thanks

Comments

  • acrylian Administrator, Developer
    Please try the nightly build. There is an RSS bug in 1.4.3.5.
  • 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 :(
  • nightly build?
  • acrylian Administrator, Developer
    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.
  • 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?
  • acrylian Administrator, Developer
    If your robots.txt is within /la-boutique-photo/ and that is your zenphoto install you need to omit that.
  • 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
  • no idea to help me? :(
  • i find the solution but my seo is really bad! i don't understand!!!??? :(
  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.