“Notice: Use of undefined constant”錯誤說明
php.ini配置問題,按下面修改即可解決:
修改php.ini,把error_reporting = E_ALL改成
error_reporting = E_ALL & ~E_NOTICE
“Notice: Use of undefined constant”錯誤說明
php.ini配置問題,按下面修改即可解決:
修改php.ini,把error_reporting = E_ALL改成
error_reporting = E_ALL & ~E_NOTICE