close
WAMP 如出現以下訊息
PHP Notice: Undefined index: XXX in 您安裝WAMP的路徑 on line XXX
請依圖操作順序,解決此問題
打開php.ini
搜尋error_reporting 預設為E_ALL
將error_reporting 更改為E_ALL & ~E_DEPRECATED & ~E_STRICT
就能去掉PHP Notice: 訊息了
全站熱搜
WAMP 如出現以下訊息
PHP Notice: Undefined index: XXX in 您安裝WAMP的路徑 on line XXX
請依圖操作順序,解決此問題
打開php.ini
搜尋error_reporting 預設為E_ALL
將error_reporting 更改為E_ALL & ~E_DEPRECATED & ~E_STRICT
就能去掉PHP Notice: 訊息了