Recent Topics

1 Mar 26, 2013 08:37    

We are getting an error 500 in our blogs comments feed.

I tried enabling the debug mode was able to get some information from it:
http://tny.cz/36ccdbd7

There seems to be some weird characters in the beginning of the debug information.

What could cause this?

The normal feed from posts is working fine on our site.

2 Mar 29, 2013 17:06

The weird characters are because of "Content-Encoding: gzip" - it's a gzip compressed response. It is normal that it looks that way.

I don't understand the connection with your comments feed though.

What's the URL of your comments feed?

4 Mar 31, 2013 23:43

I'd like to see the real error. Turning on $debug generates nothing but noise at this point. What you want to see is the original error message that PHP produces when generating the 500 error. You don't want to turn on b2evolution debugging but PHP error messages.

5 Apr 08, 2013 13:23

Sorry for the late reply.

I managed to get the problem fixed. The problem was that I had old versions of comments.main.php files in /skins/_rss2/ and /skins/_atom/ folders.

After I upgraded the files from 4.1.6 the problem was fixed.


Form is loading...