Info
- 5 posts
- 3 voices
- Started 2 years ago by Greg
- Latest reply from circuit
- This topic is not resolved
WPMU 2.8.4a deep integration breaks RSS feed
-
- Posted 2 years ago #
I have BP 1.0.2 and WPMU 2.8.4 with deep integration (I call wp-blog-header.php in 'bb-config.php').
All of the forum RSS feeds work, except the top level feed of all new posts across the forum: <site URL>/<forum name>/rss/
This is true for FF, IE and Safari.
In IE, I see the error:
Invalid xml declaration. Line: 13 Character: 3 <?xml version="1.0" encoding="UTF-8"?>Viewing the source, it looks like WPMU is inserting an XML header above the bbPress XML header:
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" --> <rss version="0.92"> <channel> <title>[SITE NAME] » Page not found</title> <link>[SITE URL]</link> <description>Just another [SITE NAME] weblog</description> <lastBuildDate>Sun, 06 Sep 2009 14:07:54 +0000</lastBuildDate> <docs>http://backend.userland.com/rss092</docs> <language>en</language> </channel> </rss> <?xml version="1.0" encoding="UTF-8"?> <!-- generator="bbPress/1.0.2" --> ETC...Does anyone else have this issue.
I have repo'd something very similar on a previous version of the site that is using WPMU 2.2.
-
- Posted 2 years ago #
No responses here, so I'm giving it one more try. Anyone else have this RSS conflict when doing deep integration with WPMU?
-
- Posted 2 years ago #
-
- Posted 2 years ago #
i've used the fix above and my RSS feed is still broken. i'm using wpmu integrated with buddypress.
-
- Posted 2 years ago #
a-ha, here's the solution.
-
You must log in to post.