Error:
Error: [CacheException] Cache engine default is not properly configured.
Defaul cache engine is a "File".
Please, help.
UPD
CakePHP verison - 2.3.6
One of the calls to Cache: config ():
Cache::config('default', array( 'engine' => $engine, 'duration' => '+1 week', 'probability' => 100, 'path' => CACHE . 'default' . DS, 'mask' => 0666, 'lock' => true ));
source share