• Hi,

    With the update to php 7.0 I get following errors:
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RE_Log has a deprecated constructor in /wp-content/plugins/redirection/models/log.php on line 3 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RE_404 has a deprecated constructor in /wp-content/plugins/redirection/models/log.php on line 140 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Red_Match has a deprecated constructor in /wp-content/plugins/redirection/models/match.php on line 3 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Red_Action has a deprecated constructor in /wp-content/plugins/redirection/models/action.php on line 3 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Red_Item has a deprecated constructor in /wp-content/plugins/redirection/models/redirect.php on line 3 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;

    Please fix them

    https://ww.wp.xz.cn/plugins/redirection/

Viewing 1 replies (of 1 total)
  • Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    Techinically that’s a warning, not an error. This particular one only becomes an actual problem in PHP 8.
    You should keep debug turned off on a live site.

Viewing 1 replies (of 1 total)

The topic ‘Many errors with php 7.0’ is closed to new replies.