帝国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-22 14:56  黄文Rex  阅读(8)  评论(0)    收藏  举报