The front controller no longer throws exceptions by default [to prevent any sensitive data leaking out]. To enable this there's a throwExceptions(true); call you can make on Zend_Controller_Front.

----- Original Message ----- From: "Matt Schmidt" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, March 11, 2007 10:11 PM
Subject: [fw-general] Exception Catch-all no longer functions.


My recent upgrade from ZF 0.15 to 0.80 has killed my global exception
handler. It's just a simple function to drop a row to the database if
an exception is thrown and caught by set_exception_handler. PHP hasn't
been updated since I updated the framework.

What do I need to do to fix this?

--
Matt
http://sloat.liek.us/

Reply via email to