its working for me with the fix…make sure u got all the updated files of the plugin there in the git
Hi there-
Yes, 2.6.1 (and 2.6.1.1) have a conflict with BP Group Hierarchy. The problem is caused by the addition of the autoloader check in bp-loader.php
because BPGH instantiates its class before BP knows if the groups component is active or not. The short term fix is, unhappily, to change bp-loader.php
. Comment out the line that reads return
(add a //
before return
) here:
https://github.com/buddypress/BuddyPress/blob/master/src/bp-loader.php#L621
I’ve added some fixes to my branch of BPGH.
Here’s a ZIP file:
https://github.com/r-a-y/BP-Group-Hierarchy/archive/ray-fixes.zip
Rename the folder in the ZIP to bp-group-hierarchy
and overwrite the existing BPGH plugin folder.
I’m not supporting this plugin, but thought I’d help out to get the plugin so it is running again.
Thanks for all your replies! @r-a-y ‘s modified zip of the plugin successfully fixed the error on my Boss themed site. It’s all working normal again. Awesome job there r-a-y!!
@r-a-y thanks a lot for this appreciate it
@r-a-y just another +1 thanks a lot for this!
Worked flawlessly! Thanks Ray.
The link to Ray’s fix no longer works. Does anyone have a copy of his fix?
where can i find ray’s fix?
I’ve written a updated plugin to add group hierarchy: https://github.com/dcavins/hierarchical-groups-for-bp
It’s basically a drop-in replacement for the original BPGH, with a few other features rolled in. Be sure to use the plugin’s options page to import your BPGH group settings.
Thanks @dcavins
Really appreciate your help with this!