Errors logging

eugenio

Administrator
Staff member
DaDaBIK could track (regardless of your server's settings) PHP and PDO errors (e.g. undefined variables, query execution errors ... ) and register them into a dadabik_errors table, together with additional info (datetime, user logged, variables set at the moment ... ).
An interface to the table could then be available for admins (as it happens for revisions), also allowing them to set an error as "solved".
This could be useful to help debugging complex applications, especially if custom code has been added.
 
Upvote 1
Top