Getting Debug & PHP Strict Standard Errors
-
I’m running PHP 5.4 with WP debug turned on and getting the following errors.
* WP DEBUG ERROR*
PHP Warning: Cannot modify header information – headers already sent by (output started at /home/giga1/public_html/wp-content/plugins/bp-group-hierarchy/index.php:116) in /home/giga1/public_html/wp-includes/pluggable.php on line 1196
————
BP Group Hierarchy – Routing request
BP Group Hierarchy – Current component: groups
BP Group Hierarchy – Current action:
BP Group Hierarchy – Groups slug: 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*PHP STRICT STANDARD ERRORS*
Strict Standards: Non-static method BP_Groups_Hierarchy::get_by_parent() should not be called statically in /home/giga1/public_html/wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-functions.php on line 35
Strict Standards: Non-static method BP_Groups_Hierarchy::has_children() should not be called statically in /home/giga1/public_html/wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-template.php on line 232
Any suggestions for a fix?
- The topic ‘Getting Debug & PHP Strict Standard Errors’ is closed to new replies.