This is a known issue. Try editing your app/config/core.php, and replace:

$cakeCache = array('File');

To:

$cakeCache = array('File', array(
        'dir' => dirname(dirname(__FILE__)) . DS . 'tmp',
        'prefix' => 'cakecache_',
        'lock' => false
));

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask. 
So be smart, be cool, and share your knowledge. 

BAKE ON!

blog: http://www.MarianoIglesias.com.ar


-----Mensaje original-----
De: [email protected] [mailto:[EMAIL PROTECTED] En nombre
de Changoso
Enviado el: Domingo, 13 de Mayo de 2007 06:03 p.m.
Para: Cake PHP
Asunto: Help for newbies

Your cache is NOT working.
Edit: config/core.php to insure you have the newset version of this
file and the variable $cakeCache set properly


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to