Monday, August 31, 2009

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

this is all done
all logs are empty, only Notice: Use of undefined constant
E_DEPRECATED - assumed 'E_DEPRECATED' in /var/www/nginx-default/cake/
libs/configure.php on line 295
is hown even if there is a fatal error after that

On Aug 31, 8:06 pm, brian <bally.z...@gmail.com> wrote:
> 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.tambovt...@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: