PHP 7 deprecation warning
-
Now I’m starting to see warnings about “Methods with the same name as their class will not be constructors in a future version of PHP” in both the add neew post page (like this):
Notice: Undefined index: ftf_open_type__nounce in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 226
… and also in wp-cli:
manuth@server-acer:~/manuth.life$ wp plugin list
PHP Notice: Use of undefined constant no – assumed ‘no’ in phar:///usr/local/bin/wp/php/WP_CLI/Runner.php(941) : eval()’d code on line 79
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_default_fb_thumb has a deprecated constructor in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 28
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_default_fb_thumb has a deprecated constructor in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 28
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_fb_app_ID has a deprecated constructor in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 66
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_fb_app_ID has a deprecated constructor in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 66
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_object_type has a deprecated constructor in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 85
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_object_type has a deprecated constructor in /var/www/manuth.life/wp-content/plugins/facebook-thumb-fixer/_facebook-thumb-fixer.php on line 85Hope you can fix this.
- The topic ‘PHP 7 deprecation warning’ is closed to new replies.