Tag Archives: Elastik

Catching PHP Errors

I’ve seen several tutorials on catching PHP errors that only mention how to catch one type of error – so here is a quick post with details of how to catch more.

Posted in Uncategorized | Tagged , , , , | 6 Comments

Tracking Errors with PHP

If you have a PHP app, how do you track errors? I’ve been working on an Open Source project to enable you to capture errors and send them to a reporting app.

Posted in Uncategorized | Tagged , , , , | Leave a comment