i put it in core.php like this and stil error :(
// File storage engine.
//default dir is /app/tmp/cache/
Cache::config('default', array('engine' => 'File', //[required]
'duration'=> 3600, //[optiona
Check the nightly app based application, the core contains what you
should do.
On Oct 24, 7:18 pm, Mech7 <[EMAIL PROTECTED]> wrote:
> I updated cake 1.2 from the nightly yesterday.. only now i get this:
>
> Warning: Cache not configured. Please use Cache::config(); in APP/
> config/core.php in C:
I updated cake 1.2 from the nightly yesterday.. only now i get this:
Warning: Cache not configured. Please use Cache::config(); in APP/
config/core.php in C:\wamp\www\cake_1.2\cake\bootstrap.php on line 52
Fatal error: Call to undefined method Cache::config() in C:\wamp\www
\cake_1.2\cake\boots