Forums
(@pcairns)
13 years, 3 months ago
I was able to resolve this issue by replacing the contents of the groups_are_active() method in bp-auto-group-join-init.php with:
return bp_is_active( 'groups' )? true : false;