Monday, February 1, 2010

Re: How to store error messages in variables?

I don't know of something off hand - but warnings and errors should be
cleared before going into production. Also when going into production
you should set your /app/config/core.php file's debug value to 0.

Just look for the line that says Configure::write('debug',2); and
change the 2 to 0

Best of luck.

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

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: