Thanks I tried that before posting. No joy. Jeremy Burns Class Outfit
[email protected] http://www.classoutfit.com On 20 Sep 2010, at 21:16, j.blotus wrote: > You need to clear your cache. This happens to me sometimes because > cake stores model schema and some other core info as files. > > Try setting up a convenience function like this: > > function clearCache() { > //prevent a view from being shown during this operation > $this->autoRender = false; > Cache::clear(); > clearCache(); > } > > On Sep 20, 1:26 pm, Jeremy Burns <[email protected]> wrote: >> I have moved some code to a production environment. One model is using >> counterCache. When I turn on Memcache the counterCache doesn't work. >> If I change it to File caching, it works again. >> >> Has anyone experienced anything like this? Are there settings I should >> be aware of? > > 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 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
