Jump to content

php 5 error checking?


Perad

Recommended Posts

Open up the php.ini and search for this line:

; server, your database schema or other information.

After that it should state this line:

display_errors = Off

 

And change Off to On. Save the php.ini and restart Apache (or whatever your http server is).

 

NOTE: Before saving make sure error_reporting is set to E_ALL (look at 349)

 

Errors should now be shown when they happen.

Link to comment
https://forums.phpfreaks.com/topic/54083-php-5-error-checking/#findComment-267384
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.