"unable write 'default_aptutori_a....' to Apc cache" I guess your app/Config/core.php needs to be updated for 2.5. APC as a default cache engine was removed two years ago, in 2.3 https://github.com/cakephp/cakephp/commit/2f7f5e13224537eaa4da6b825b1d106bebc35d05
On Tuesday, September 30, 2014 6:26:39 AM UTC+2, Jeremy Burns wrote: > > 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] <javascript:>> > 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] <javascript:>> > 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] <javascript:>. > >> To post to this group, send email to [email protected] > <javascript:>. > >> 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] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > 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.
