Possible BUG? URLs for Activity Delete, Favorite and Reply throwing 404 ERROR
-
When I tried http://www.example.com/activity/favorite/220/?_wpnonce=c6508a01bc on main activity page, it gave me 404 NOT FOUND error.
To investigate this issue, I opened core file bp-activity-actions.php and went to line number 308.
There I found this –
`if ( !is_user_logged_in() || ( bp_is_activity_component() ) || !bp_is_current_action( ‘favorite’ ) )`bp_is_activity_component() should be !bp_is_activity_component()
And there are similar problems with other actions like delete and reply.
I also went to the trunk to get the latest version – http://svn.buddypress.org/trunk/bp-activity/
Looks like some of the problems have been fixed but others are still broken.
- The topic ‘Possible BUG? URLs for Activity Delete, Favorite and Reply throwing 404 ERROR’ is closed to new replies.