Jump to content

PHP Errors not being reported


hach-que

Recommended Posts

Make sure you have error reporting set to E_ALL too. If you want your PHP to errors to be logged you'll have to turn on the log_errors directive and setup the error_log setting too to point to an error log file

Also amke sure you are eddting the correct php.ini to by running the phpinfo function in a script and checking that [b]Configuration File (php.ini) Path[/b] is set to the correct path of your php.ini. ALso make sure you are restarting the server too when you make the changes to php.ini

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.