帝国cms提示“Notice: Use of undefined constant”错误说明

php.ini配置问题,
修改php.ini,将error_reporting = E_ALL修改成
error_reporting = E_ALL & ~E_NOTICE
即可解决。

 

posted @ 2024-07-17 15:10  黄文Rex  阅读(8)  评论(0)    收藏  举报