• I am trying to update my site to PHP 7.1 but the Siteground site checker reports errors from your plugin. The errors are:

    FILE: /home/adahighl/public_html/wp-content/plugins/sc-littlebizzy/admin-notices-ms.php
    ———————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 2 LINES
    ———————————————————————————————————–
    85 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    86 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    ———————————————————————————————————–

    Suggestions?

Viewing 1 replies (of 1 total)
  • I had a similar problem, except I didn’t notice it until after PHP was updated, and my entire admin section was unusable.

    That file, admin-notices-ms.php, is only used if you are running WordPress multisite – but it causes an error on higher versions of PHP. I am not running multisite, so I just opened that file, commented lines 85 and 86, and that made the problem go away.

    Hopefully, they’ll update the plugin to resolve, but if not it’s not a big deal to have those lines commented if you are not running multisite.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.2 Errors’ is closed to new replies.