更新wordpress5.3后,网站头部出现警告信息的解决方案。
问题:
更新后出现以下信息
Warning: Declaration of WPDI_Plugin_Installer_Skin::feedback(string)shouldbecompatiblewithWPUpgraderSkin::feedback(string) should be compatible with WP_Upgrader_Skin::feedback(string)shouldbecompatiblewithWPUpgraderSkin::feedback(string, …$args) in /www/wwwroot/www.mingju.fun/wp-content/plugins/classic-editor-addon/vendor/afragen/wp-dependency-installer/wp-dependency-installer.php on line 526
原因:
wordpress5.3升级后插件不兼容
解决方案:
关闭警告信息,不会影响到网站。
在wordpress的目录下面找到wp-config.php文件并修改,在前面加入一行代码。
ini_set(‘display_errors’,0);