Opened 15 years ago
Closed 15 years ago
#1649 closed defect (bug) (fixed)
Site-wide activity feed URL is not working
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | activity feed rss | |
Cc: | jeff@… |
Description
When opening a user's activity feed, everything is working as expected:
http://[DOMAIN]/members/[USERNAME]/activity/feed
The global activity feed produces a 404 error however; a HTTP statuscode 404 is sent in the headers, the HTTP body contains an RSS XML document with a channel item, but no actual activites in there.
The issue seems to affect several people and is reported in this thread: http://buddypress.org/forums/topic/activity-stream-bug
It seems to affect subdirectory installs. It may or may not affect subdomain-installs - I couldn't really test this.
Attachments (1)
Change History (4)
#2
@
15 years ago
- Cc jeff@… added
- Keywords 404 removed
- Milestone set to 1.2
- Summary changed from Site-wide activity feed URL is not working (404) in 1.1.3 to Site-wide activity feed URL is not working
I was about to mark this as invalid because in trunk the activity feed works fine and does not return a 404. However...
Warning: cannot yet handle MBCS in html_entity_decode()! in /wp-content/plugins/buddypress/bp-activity/bp-activity-templatetags.php on line 767
The above error message is returned countless times within each of the activity updates in the feed. The titles of the activities are correct, just not the body content.
Empty Activity Feed XML