报错解决 • 共1篇

宝塔面板下站点报错:Warning: Use of undefined constant (this will throw an Error in a future version of PHP)解决方法
宝塔面板下站点报错:Warning: Use of undefined constant (this will throw an Error in a future version of PHP)解决方法
宝塔面板下站点报错:Warning: Use of undefined constant (this will throw an Error in a future version of PHP)解决方法 在宝塔面板更新PHP 7.4后,出现了“Warning: Use of undefined constant”警告。该警告并不影响功能,可以通过关闭告警来解决。具体方法包括:在宝塔面板中,进入软件管理,找到对应的PHP版本,修改配置,将display_errors设置为no;或者在php.ini文件中,将error_reporting设置为E_ALL & ~E_NOTICE,或在每个PHP文件开头添加error_reporting(0);来抑制该警告。
友链申请 - 网站地图 - 我的主页 - 给我留言