帝国CMS提示“Notice: Use of undefined constant”

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

php.ini配置问题,

修改php.ini,将error_reporting = E_ALL修改成

error_reporting = E_ALL & ~E_NOTICE

即可解决。

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