Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,455
- How-to & Troubleshooting
- 127,658
- Creating & Extending
- 25,621
- Requests & Feedback
- 9,375
- Third Party Plugins
- 9,703
- Showcase
- 3,317
- Ideas
- 1,315
- Miscellaneous
- 8,824
-
It looks like the fix is to change:
$group_ids = $this->get_group_ids( $user_id );
to:
$group_ids = BP_Groups_Member::get_group_ids( $user_id );
in bp-groups-classes.php
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS