I have the same problem. I have activated caching in core.php, I have created the tmp/* folders for cache, the folders are writtable, but for some reason, it just won't work.
I have tested it on Cake 1.2.5 and 1.2.6 On Feb 11, 9:57 pm, Bennet Jeutter <[email protected]> wrote: > Hello, > > I've got a weird problem. I'm trying to cache a action: > > class UsersController extends AppController { > var $name = 'Users'; > var $components = array('Email', 'Recaptcha', 'Country'); > var $helpers = array('Cache'); > var $cacheAction = array('xmlForSwift/' => '100'); > > The 100 is only a test - but it isn't working. Caching is activated > and for elements it is working but not for actions. > Do you have any ideas? > > Thank you! > -Bennet 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
