网站提示“Notice: Use of undefined constant”错误说明

php.ini配置问题,按下面修改即可解决:
修改php.ini,把error_reporting = E_ALL改成
error_reporting = E_ALL & ~E_NOTICE

posted @ 2026-03-08 12:39  可有仙子迎风立  阅读(12)  评论(0)    收藏  举报