Vidar Andersen
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: RSS Problem in WordPress 2.2It seems that you are also using the free godaddy hosting. That’s what screwed up my source.
I see your sources also starts with an empty line.
Either switch provider or upgrade to the next cheapest godaddy plan (something like $2 a month). I wouldn’t bet on godaddy support doing anything to fix the bugs in the free plan any-day-soon-now.
Forum: Requests and Feedback
In reply to: RSS Problem in WordPress 2.2Update:
I thought I’d share that I’ve resolved the issue that was plaguing me.
It turns out the free godaddy plan injects non validating junk into the pages, resulting in every page starting with an empty line. Craptastic!
I used a basic hello world php script on the server outside of wordpress to see what the naked sources looked like – lo behold, They started with an empty line.
I switched to a cheapskate pay per month plan and now RSS is validating and everything is working again, including such things as the visual editor.
Forum: Requests and Feedback
In reply to: RSS Problem in WordPress 2.2No dice.
Deactivated all plugins and checked the K2 functions.php and wp-config.php.
There’s nothing in before
<?phpand not even whitespace after?>. Are there more things I should check for?I still get:
Sorry
This feed does not validate.
*
line 2, column 0: XML parsing error: <unknown>:2:0: xml declaration not at start of external entity [help]
<?xml version=”1.0″ encoding=”UTF-8″?>
In addition, this feed has an issue that may cause problems for some users. We recommend fixing this issue.
*
Feeds should not be served with the “text/html” media type
when trying to validate the rss feed.
That’s pretty uncool.