What are your error reporting settings?

If display_errors is set to off, then that's why you were getting blank
page. If you are using Zend_Controller then should also create an error
controller which allows you to capture any errors and display them yourself.

http://framework.zend.org/manual/en/zend.controller.plugins.html#zend.controller.plugins.standard.errorhandler

Usually, what you do is display a friendly message to the user, and utilize
something like Zend_Log to let you know of the error.

Hope that helps..

Cheers,
- Amr

On Jan 30, 2008 7:28 AM, ashish.sharma <[EMAIL PROTECTED]>
wrote:

>
> 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.
>
>

Reply via email to