On Tue, Apr 12, 2011 at 18:29, Rich Shepard <[email protected]> wrote:
>
> Looking at the PHP manual I see there's a function called
> debug_print_backtrace(), but I have not found how to properly use it. When I
> insert it at the top of ErrorHandler404(), php throws an error when I try to
> run index.php:
>
> function ErrorHandler404()
> {
> debug_print_backtrace()
You missed the ending semicolon, that's all. So when this line comes up:
> @ob_end_clean();
PHP completely flips its lid and starts making threats against your life.
--
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php