CodeIgniter Forums
Error debug strack and email - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Error debug strack and email (/showthread.php?tid=35338)



Error debug strack and email - El Forum - 10-26-2010

[eluser]frist44[/eluser]
I have taken the suggestions around here to control PHP in production in my index.php and silence PHP-type errors. If my application were to error, it would then just produce a blank screen.

I'm wondering if anyone has some suggestions as to full strack track logging and email notifications on any kind of application error.


Error debug strack and email - El Forum - 10-27-2010

[eluser]frist44[/eluser]
any suggestions?


Error debug strack and email - El Forum - 10-27-2010

[eluser]InsiteFX[/eluser]
Read this.
CodeIgniter User Guide Error Handling

For emailing errors you would need to write it.

InsiteFX


Error debug strack and email - El Forum - 10-27-2010

[eluser]frist44[/eluser]
Right. I've seen that before. I'm just looking for additional recommendations for a more structured and details error stack that might give insight to last sql query, user ip, all that stuff to better debug the issue.