I am working on a CakePHP 2 project. It originally started out in 2.0.x and then recently migrated to 2.1.0. Throughout the whole development process, I have been receivin
You can resolve this by adding a mask to your config in core.php
Cache::config('default', array( 'engine' => 'File', 'mask' => 0666, ));