• sudoku1

    (@sudoku1)


    On PHP > 5.3 (i.e. PHP 5.4) with php errors turned E_ALL the plugins fire tons of Deprecated and Strict errors.

    Like:
    PHP Strict Standards: Redefining already defined constructor for class BP_Groups_Hierarchy in plugins/bp-group-hierarchy/bp-group-hierarchy-classes.php on line 26

    PHP Strict Standards: Declaration of BP_Groups_Hierarchy_Extension::create_screen() should be compatible with BP_Group_Extension::create_screen($group_id = NULL) in plugins/bp-group-hierarchy/bp-group-hierarchy-actions.php on line 40

    PHP Strict Standards: Declaration of BP_Groups_Hierarchy::get_group_extras() should be compatible with BP_Groups_Group::get_group_extras(&$paged_groups, &$group_ids, $type = false) in plugins/bp-group-hierarchy/bp-group-hierarchy-actions.php on line 51

    PHP Strict Standards: Declaration of BP_Groups_Hierarchy_Component::includes() should be compatible with BP_Component::includes($includes = Array) in plugins/bp-group-hierarchy/bp-group-hierarchy-filters.php on line 196

    PHP Strict Standards: Declaration of BP_Groups_Hierarchy_Extension::create_screen_save() should be compatible with BP_Group_Extension::create_screen_save($group_id = NULL) in plugins/bp-group-hierarchy/extension.php on line 447

    PHP Strict Standards: Declaration of BP_Groups_Hierarchy_Component::includes() should be compatible with BP_Component::includes($includes = Array) in plugins/bp-group-hierarchy/bp-group-hierarchy-loader.php on line 258

    PHP Strict Standards: Declaration of BP_Groups_Hierarchy::get_group_extras() should be compatible with BP_Groups_Group::get_group_extras(&$paged_groups, &$group_ids, $type = false) in plugins/bp-group-hierarchy/bp-group-hierarchy-classes.php on line 364

    https://www.ads-software.com/plugins/bp-group-hierarchy/

Viewing 1 replies (of 1 total)
  • Plugin Author David Dean

    (@ddean)

    Hi sudoku1 –

    Thanks for pointing these out! A lot of them are there from older versions of BuddyPress. This plugin still supports back to 1.6, so not everything is going to match. ??

    – David

Viewing 1 replies (of 1 total)
  • The topic ‘Tons of PHP Strict Error’ is closed to new replies.