Cannot get php display_errors enabled

前端 未结 8 1485
谎友^
谎友^ 2020-12-29 08:49

Hey i know there are a few posts regarding this topic and i have scoured them all!

I cannot not enable the display_errors setting in php no matter what i do!!!

8条回答
  •  遥遥无期
    2020-12-29 09:33

    Please try:

    grep "display_errors" /etc/php5/apache2/php.ini
    

    Just to check how many time it appears.

提交回复
热议问题