found it, i've added ~E_DEPRECATED for php5.3 and then switched back to 5.2, this was the root of the problem
On Aug 31, 8:06 pm, brian <[email protected]> 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<[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
