PHP errors logged
-
I’m just getting started with BuddyPress and see that @imath has moved on. Thanks to him for his contributions to this community. I understand this plugin is no longer supported and that it’s not been confirmed for WP 4.7.2. This is just a note for anyone who happens to stumble here.
I’m seeing these warnings being logged:
Strict Standards: Declaration of BP_Code_Snippets_Component::setup_globals() should be compatible with BP_Component::setup_globals($args = Array) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-loader.php on line 156
Strict Standards: Declaration of BP_Code_Snippets_Component::includes() should be compatible with BP_Component::includes($includes = Array) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-loader.php on line 156
Strict Standards: Declaration of BP_Code_Snippets_Component::setup_nav() should be compatible with BP_Component::setup_nav($main_nav = Array, $sub_nav = Array) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-loader.php on line 156
Strict Standards: Declaration of BP_Code_Snippets_Component::setup_admin_bar() should be compatible with BP_Component::setup_admin_bar($wp_admin_nav = Array) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-loader.php on line 156
Strict Standards: Redefining already defined constructor for class BP_Code_Snippets in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-class.php on line 36
Strict Standards: Redefining already defined constructor for class BP_Code_Snippets_Template in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-templatetags.php on line 156
Strict Standards: Declaration of Bp_Code_Snippets_Group::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-groups.php on line 153
Strict Standards: Declaration of Bp_Code_Snippets_Group::edit_screen() should be compatible with BP_Group_Extension::edit_screen($group_id = NULL) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-groups.php on line 153
Strict Standards: Declaration of Bp_Code_Snippets_Group::edit_screen_save() should be compatible with BP_Group_Extension::edit_screen_save($group_id = NULL) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-groups.php on line 153
Strict Standards: Declaration of Bp_Code_Snippets_Group::create_screen() should be compatible with BP_Group_Extension::create_screen($group_id = NULL) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-groups.php on line 153
Strict Standards: Declaration of Bp_Code_Snippets_Group::create_screen_save() should be compatible with BP_Group_Extension::create_screen_save($group_id = NULL) in /home/mysite/wp-content/plugins/bp-code-snippets/includes/bp-code-snippets-groups.php on line 153
Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /home/mysite/wp-content/plugins/custompress/core/core.php on line 57
- The topic ‘PHP errors logged’ is closed to new replies.