Hi Crazy

On my app (1.2), caching generates files in a subdirectory /app/tmp/cache/views.
You may need to create it if it doesn't exist, and also make sure it
is writable, as well as the whole tmp directory I guess.

Hope it helps
++++
Clément

On Wed, May 28, 2008 at 8:43 PM, Crazy <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've been trying to get caching in cake to work, tried looking in the
> manual but that chapter hasn't been written yet.
>
> So, what I've done is enabled caching in core.php by uncommenting:
>        Configure::write('Cache.check', true);
>
> And this is also in core.php
>        Cache::config('default', array('engine' => 'File'));
>
> In the controller I added:
>    var $cacheAction = "+1 hour";
>    var $helpers = array("Cache");
>
>
> I assume I can check if it's been cached by just looking at "app/tmp/
> cache"?
>
> Any help is appreciated, this is the last step to complete my first
> app in cakephp :)
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to