Thanks for the reply. That clears it up a little.
As for the logger...This is the error I get no matter where I put the
test. In the bootstrap or in an action controller. The exception is
not caught or there are multiple throws...
*Fatal error*: Uncaught exception 'Zend_Db_Statement_Exception' with
message 'SQLSTATE[42703]: Undefined column: 7 ERROR: column "test" of
relation...
I looked at the Zend_Log_Writer_Abstract file and in the write method,
it says '// exception occurs on error'. What does that mean? Is the
logger supposed to fail on error?
$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?