I think:

define ('CACHE_CHECK', false);
needs to be

define ('CACHE_CHECK', true);


Best Regards,
Felix Geisendörfer aka the_undefined



lorenzo schrieb:
Hi bakers!
I'm tring to use Full Page Caching but i can't :(
I have set
define ('CACHE_CHECK', false);
Later i have put in my controller :
var $cacheAction = true;

If I call the page no cache file is created in /app/tmp/cache/views ...
but in /app/tmp/cache/models

I have put <cake:nocache>HI </cake:nocache> in my layout view ... but
this was print in the html output !!
My cake version is 1.0.1.2708.
Where's my error?




  

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to