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

提示“Notice: Use of undefined constant”错误说明:
php.ini配置问题,

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

 

posted @ 2024-07-23 16:45  黄文Rex  阅读(9)  评论(0)    收藏  举报