Jump to content

Store PHP Errors in Database


FishSword

Recommended Posts

What if the php errors are due to a problem with your database? You wouldn't be able to log the errors.

 

Php's built in error handling can log errors to a file (see the log_errors and error_log settings) and if your web site is functional at all, the file system is most likely functional to the point that php can write to the error log file.

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.