Did you check your other config files - you aren't listing app/config/core.php as referencing debug. Are you modifying debug in any other config file?
Anyway: You can ignore all of the tests and console occurrences, since your users aren't running tests and neither are they directly running cake via the cli. Which means immediately you're left with what you already, probably, knew: It's not coming from cake. Check for things (included libs) modifying display_errors: https://github.com/cakephp/cakephp/blob/1.2/cake/libs/configure.php#L286 Since that's the bottom-line cause of errors being shown on screen. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
