> Can somebody take a guess into what could be happening? How can I make
> catching the exceptions more consistent?
>
> $db->insert in bootstrap file gives fatal error.
The front controller only catches exceptions in the dispatch loop.
Anything in the bootstrap is outside of the dispatch loop.
You might try wrapping your bootstrap file in a try/catch block and
outputing a user-friendly server error if an exception is thrown...
kind of depends on your application.
> $db->insert in action control correctly catches.
As it should...
> $log->warn('test') with incorrect event items causes fatal error everywhere
Is the fatal error caused by an uncaught exception, or is it just a fatal error?
>
> Any help is appreciated! TIA.
>
> Arthur
>
>
--
Jordan Moore - Creative Director
Sanctus Studios LLC
PO Box 2202
Tacoma, WA 98401
(253) 238-8676