On Wed, Jul 21, 2010 at 1:39 PM, Dr. Loboto <[email protected]> wrote: > It may happen because of use debug functions in code (some people here > reported it).
Great point. Being one of those who have brought that up here before, I should have thought of that. If one has any code using Debugger class methods, Cake will crap out if debug is set to 0. > If at debug=0 site do not work, then you set debug to 1 or 2 and it > works, then change back to 0 and it still works - it's definitely > caches as Cricket told. That's what seems to have happened a few times to me when updating parts of an app that's in production. Suddenly, I get a fatal error. Switching to debug = 2, relaoding, and switching back to 0 fixed it. It turned out that the cache just needed to be emptied. Very confusing. 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 [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
