Cannot get php display_errors enabled

前端 未结 8 1464
谎友^
谎友^ 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条回答
  •  旧时难觅i
    2020-12-29 09:37

    Try error_reporting = E_ALL. Also, are you sure that you are editing the correct php.ini?

提交回复
热议问题