On Fri, Aug 26, 2011 at 8:03 AM, Stuart Dallas <stuart@xxxxxxxx> wrote: > On 26 Aug 2011, at 06:56, tamouse mailing lists wrote: > >> I'm encountering this on a script, but I can't figure out where it's >> actually failing. How do I debug this problem??? > > Make sure you have error_reporting set to E_ALL and display_errors on in your php.ini. A script that stops unexpectedly is almost certainly due to a fatal error, and if you're not seeing the error message because either of those settings are not set to display them, you're coding blind! When I turn on debugging, it sets these up. However, then the script works perfectly. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php