How to turn off notice reporting in xampp?

前端 未结 5 562
梦如初夏
梦如初夏 2021-01-16 13:33

On a remote server there is no problem, but in localhost (xampp 3.1.) I cannot turn off reporting notices.

         


        
5条回答
  •  Happy的楠姐
    2021-01-16 14:33

    Remember to uncomment error_reporting in php.ini by removing the ';' before 'error_reporting'.

    It really wasted my time here

提交回复
热议问题