Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1649 closed defect (bug) (fixed)

Site-wide activity feed URL is not working

Reported by: mwollny's profile mwollny 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)

404-activity-feed.xml (870 bytes) - added by mwollny 15 years ago.
Empty Activity Feed XML

Download all attachments as: .zip

Change History (4)

@mwollny
15 years ago

Empty Activity Feed XML

#1 @mwollny
15 years ago

  • Keywords activity feed rss 404 added

#2 @jivany
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.

#3 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2392]) Fixing UTF-8 char issue with PHP4 and html_entity_decode(). Fixes #1649

Note: See TracTickets for help on using tickets.