On 26.08.2011 07: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???


What does you log say?
Make sure that you turn error reporting on and crank up the info it spits out.

I always develop with:
display_errors = On
error_reporting = E_ALL | E_STRICT

also make sure that
output_buffering = Off
or you will not see some error.

Looks like someone was faster ;(

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to