I have installed CMS Press on 2 Custom Post Types (Reviews & Specials) on my blog http://elhabib.com.
Most of the time the links work fine but every now and then (about twice daily, accessing http://elhabib.com/reviews/ results in an error (too many redirects)..
Looking in Live Header Output I get constant 302 Redirects
http://elhabib.com/reviews/
GET /reviews/ HTTP/1.1
Host: elhabib.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Connection: keep-alive
Referer: http://elhabib.com/
HTTP/1.1 302 Found
Date: Mon, 16 Jan 2012 23:18:40 GMT
Server: Apache/2.2.16 (Debian)
X-Powered-By: PHP/5.3.6-6~dotdeb.1
Location: http://elhabib.com/reviews/
Cache-Control: private, no-cache, no-store, proxy-revalidate, no$
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Keep-Alive: timeout=15, max=78
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
----------------------------------------------------------
When I go into the admin panel and save one of the post types again, everything works again.
Does anybody have an idea whats wrong? I can not replicate the error just wait until it happens again!