Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP Group Hierarchy Debug Output


  • jturet
    Participant

    @jturet

    BP Group Hierarchy – Routing request
    BP Group Hierarchy – Current component: groups
    BP Group Hierarchy – Current action:
    BP Group Hierarchy – Groups slug: social/groups
    BP Group Hierarchy – Are we on a user profile page?: N
    BP Group Hierarchy – Could not locate the requested template file: groups/index.php

    Strict Standards: Non-static method BP_Groups_Hierarchy::get_by_parent() should not be called statically in /***/***/****/***/mainsite/public/wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-functions.php on line 35

    Mod Edit// As per your other thread masking server paths on public site for you ~hnla

Viewing 1 replies (of 1 total)

  • Henry Wright
    Moderator

    @henrywright

    Hi @jturet

    The debug notice is telling you there’s a non-static method called get_by_parent() which belongs to class BP_Groups_Hierarchy. Somewhere in your site, the method is being called statically like this BP_Groups_Hierarchy::get_by_parent(). You can’t do that in PHP as only static methods can be called in this way.

    Looking at the debug message, that somewhere in your site is: wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-functions.php on line 35. So it looks as though you might need to contact the BP Group Hierarchy plugin author making them aware of the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘BP Group Hierarchy Debug Output’ is closed to new replies.
Skip to toolbar