Monday, August 31, 2009

Re: Cake dies silently in case of fatal or parser error

Set debug = 2. Also, use:

error_reporting(E_ALL);
ini_set('display_errors', '1');

... in order to have PHP show something in the browser. If you can,
check Apache's error log.

On Mon, Aug 31, 2009 at 8:16 AM, XuMiX<v.tambovtsev@gmail.com> wrote:
>
> Unable to find the root of the problem. My cake install does not show
> any errors to browser in case of critical error.
> But errors from DB queries are shown as usual. Where should I dig?
> Php logging is enabled, those fatal errors are not logged even in the
> log file.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: