WordPress 2.7 Broken RSS Feed Problem

After upgrading to WordPress 2.7, my RSS feeds mysteriously stopped working. When viewing the feed from Firefox, nothing shows up; when viewing from IE, I’m simply left with an error message.

I scoured the web, attempting to find a solution. There were numerous mentions of extra white spaces in certain WordPress config files which could have been the cause. However, this did not seem to be the cause of the problem in my case.

At last, I resolved the problem. The root of all evil? Excerpt Editor 1.3.

Diagnosis

I used the Feed Validator to analyse my feed. Initially, I was greeted with the following error message:

unclosed CDATA section

This allowed me to examine my XML feed file. It turned out that line 30 of the file was incomplete.

Solution

Since I’m using the Excerpt Editor editor plugin to modify both my homepage and feed, I tried to turn off the RSS-formating option. Lo and behold, my feed sprang back to life!

Related posts:

11 Responses to “WordPress 2.7 Broken RSS Feed Problem”


Leave a Reply