There is a space before the xml declaration. Try deactivating all of your active plugins and then check your feed’s validation again.
Thread Starter
Dgold
(@dgold)
Alright, thanks macmanx. I will start into deactivating plugins, and then I guess adding them back one-by-one. Can anyone predict, would it most likely be the newest plugin I’ve installed? Feed was working for several months with majority of my plugins.
The newest thing I’ve done is wp-print.php which required me to change my htaccess file. It seemed to work at first. Does htaccess have anything to do with my feed validation problem?
It is usually a problem similar to the “headers already sent” issue – a blank line (or maybe a space?) before or after the <?php and ?> of a plugin or wp file.
Thread Starter
Dgold
(@dgold)
Thanks Beel. That helps.
I deactivated the most recent plugin I got (resultscount, from http://wordpress.org/support/topic/48789
and suddenly my Feeds validate again.
So I guess I should look for a blank space in the end of this plugin php? Will do.
Yes, check that plugin file for either a blank space at the top or bottom of the file. If you don’t find a blank space, but the problem continues to occur, contact the plugin’s developer.
Thread Starter
Dgold
(@dgold)
I am an idiot, but I learned something today 🙂
it was a blank space at the end of a plugin
Deleted it = fixed it
Thanks everyone.
In my case it was plugin <b>deliciousit</b> (http://joga.be/dev/). It contained an empty row at the bottom.
I checked for all empty spaces or lines at the end of my plugins, and i got nothing!. that exact error is still there, i did’nt deactivate all of them!, i just made sure that they did’nt have extra charecters, I found one, then i edited it, then i deactivated/activated it.
any ideas?