Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • No it can not be wrong. If you enabled it and if it shows that errors are enabled and if you still don't get any errors, then there are no errors. Commented Sep 3, 2015 at 11:42
  • is display_error on in your php.ini file?also try ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1); Commented Sep 3, 2015 at 11:45
  • The in file ini_set works fine. But changing the php.ini file doesn't seem to do anything. Phpinfo() still shows display_errors Off. That's why i'm thinking I'm not changing the correct config file Commented Sep 3, 2015 at 11:55