I've just uninstalled mysql extension to try this out :), and I
successfully got this exception:

Zend_Db_Adapter_Exception: The mysql driver is not currently installed in

/.../library/Zend/Db/Adapter/Pdo/Abstract.php on line 104

And when turning production mode on, which sets throwExceptions to
false, the exception was correctly handed over to the error
controller.

Hope this helps, I'm using latest trunk btw.

On Jan 30, 2008 9:14 AM, ashish.sharma <[EMAIL PROTECTED]> wrote:
>
> I am having an ErrorController in my application which is showing me the
> errors in all other cases except this one. Also the error_reporting in my
> php.ini is set to E_ALL
>
> I haven't seen the server log in this case as I don't have access to them.
> Is there any other way to check this kind of error?
>
> Ashish
>
>
>
>
>
> Simon Mundy wrote:
> >
> > You're probably not seeing anything as it's a fatal error that's not
> > catchable via an exception. What does your log file say?
> >
> >> I was developing an application from quite some time. The
> >> application was
> >> working fine on my local as well as on online system. Last week we
> >> upgrade
> >> the PHP version of our online system to 5.2.5 and forgot to enable the
> >> mysqli and PDO_MYSQL adaptors. But I was unaware of this, Later when
> >> I try
> >> to run my application it was not working, i am not able to login to my
> >> application. The reason is unavailability of adaptors. But the
> >> strange part
> >> is that it was not showing me any error or warning, it was just
> >> showing me a
> >> blank page.
> >>
> >> This makes it difficult to debug the problem. I think it should
> >> display some
> >> error or warning in case of missing adaptors. Is this a BUG in ZF?
> >>
> >> Ashish
> >>
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Is-it-a-BUG--tp15175787s16154p15175787.html
> >> Sent from the Zend Framework mailing list archive at Nabble.com.
> >>
> >
> > --
> >
> > Simon Mundy | Director | PEPTOLAB
> >
> > """ " "" """""" "" "" """"""" " "" """"" " """"" "  """""" "" "
> >
> > 202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000
> > Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654
> > 4124
> > http://www.peptolab.com
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/Is-it-a-BUG--tp15175787s16154p15176708.html
>
>
>
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>

Reply via email to