Hey guys..
I realized today that my RSS feed isn't working.
http://www.yellow-llama.com/feed/
It was working initially and the only thing I've changed is the upgrade to WP2+... can you more knowledgeable people see what the problem is?
The line 8 that its pointing to says this:
header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);
Appreciate any help :)
The more strange thing is that even if I go by my browser to your RSS2 URL, right click and "save as", the resulting XML file starts with:
( -- this is an empty line --)
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/webs/yellow-llama.com/index.php:2) in <b>/home/webs/yellow-llama.com/wp-rss2.php</b> on line <b>8</b><br />
<?xml version="1.0" encoding="UTF-8"?>
I cannot see who's adding these lines ( line #1 empty ) to the RSS response.
Have you tryed to check that your wp-rs2.php is the correct one, from the WordPress distribution?