I had a similar issue when running MAMP locally. I fixed it by turning off MAMP's internal caching. Not sure if that's the same issue you're facing.
On 30 Sep 2014, at 01:12, Andras Kende <[email protected]> wrote: > Try deleting the files within app/tmp folders. > > and adding 'mask' => 0777 to > core.php > Cache::config('_cake_core_', array(... > Cache::config('_cake_model_', array(... > https://github.com/cakephp/cakephp/blob/master/app/Config/core.php#L294 > > Andras Kende > > > On Sep 29, 2014, at 4:02 PM, ajt <[email protected]> wrote: > >> 2.5 but I checked many posts on the issue and I dont think that makes any >> difference. >> The only solution was to chmod the app/tmp folders and subfolders but i did >> that. >> >> I am using cpanel and have no command prompt to run scripts >> >> -- >> Like Us on FaceBook https://www.facebook.com/CakePHP >> Find us on Twitter http://twitter.com/CakePHP >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CakePHP" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/cake-php. >> For more options, visit https://groups.google.com/d/optout. > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
