group hierarchy admin menu trouble
-
I get an error the following error when I attempt to go to a group’s admin menu –> “Group Hierarchy” submenu:
Fatal error: Call to undefined method BP_Groups_Hierarchy::get() in [my directory]/wp/wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-classes.php on line 194
Around that line is this:
function get_active() {
if(method_exists(parent,’get_active’)) {
return parent::get_active();
} else {
return self::get(‘active’);
}
}The return self::get(‘active’); is the line that it doesn’t like. What/where is the function supposed to be/do?
You must be logged in to reply to this topic.
on WP3.2.1 with BP1.2.9 and I get the exact error above. Look forward to any ideas. Thanks.