Getting Several PHP Strict Standards Errors
-
I’m running PHP 5.4 with WP debug turned on and getting the following Deprecated and Strict errors.
—————
Strict Standards: Non-static method BP_Groups_Hierarchy::get_tree() should not be called statically in /home/giga1/public_html/wp-content/plugins/bp-group-organizer/includes/group-meta-boxes.php on line 53
Strict Standards: Non-static method BP_Groups_Hierarchy::get_tree() should not be called statically, assuming $this from incompatible context in /home/giga1/public_html/wp-content/plugins/bp-group-organizer/includes/group-organizer.php on line 79
Strict Standards: Non-static method BP_Groups_Hierarchy::get_tree() should not be called statically in /home/giga1/public_html/wp-content/plugins/bp-group-organizer/includes/group-organizer.php on line 203
—————
Any suggestions for a fix?
The topic ‘Getting Several PHP Strict Standards Errors’ is closed to new replies.