Hello, I am writing error handling routine (app_error.php) as described in http://book.cakephp.org/view/154/Error-Handling.
My question is how do i capture cake generated warnings inside app_error.php? e.g. if in my database config, i have a invalid login information, cake will throw warnings like Warning (2): mysql_connect() [function.mysql-connect]: Access denied for user 'dummyuser'@'devtest.server.com' (using password: YES) [CORE/ cake1.2.0/cake1.2.2.8120/libs/model/datasources/dbo/dbo_mysql.php, line 374] but in my app_error i will get a "missingTable" error with not details and no way of knowing what actually happened. Thanks, Emad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
