On Feb 1, 9:21 pm, Tomfox Wiranata <[email protected]> wrote: > how about reading first before playing the wise guy?
You misunderstand. set debug to 0 - your production app will not be running with display errors on. You don't "Fix" development-only errors, you avoid them. Catchable errors should be caught. If you anticipate an error - plan for it to happen. and don't dump crap to the browser. 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
