Jul
07

Simple Debugging in PHP

by Ray Borduin

Errors can contain code that is helpful with debugging your site. Generally, however, error reporting is turned off by your host so this code doesn’t show up on your live site.  It’s important, as well as time saving, to attempt to view the errors as they may include code which you can use to find and identify the cause.

You can enable error reporting in a few simple steps, or by contacting your host directly.  You typically only want to enable error reporting while debugging on your server, then have it turned off once your site is live.

You may need someone that knows php, but there are a few common errors that you may be able to tackle on your own.

Download SimpleDebuggingPHP

Leave a Reply