• I’m updating my server from php 5.6. to php 7.x. When I check some WP projects on the server with php compatibility plugin, I get the following errors:

    FILE: /wp-content/plugins/disable-author-pages-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
    —————————————————————————————————————-

    WP version is latest stable, plugin version is 1.0.5. Is there any fix for this available ?

The topic ‘php 7.x errors’ is closed to new replies.