Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: RSS Feeds Broken

In the mu-plugins folder you find the buddypress activity plugin.

It has a subfolder called feeds.

Al three of them use

header(‘status: 200 OK’);

But it should be

header(‘http/1.1 200 OK);

It worked for me :-)

Skip to toolbar