Monday, September 29, 2014

Re: Warning (512): cake_model cache was unable to write

"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 <and...@gmail.com> 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 <jagg...@gmail.com> 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 cake-php+u...@googlegroups.com.
>> To post to this group, send email to cake...@googlegroups.com.
>> 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 cake-php+u...@googlegroups.com.
> To post to this group, send email to cake...@googlegroups.com.
> 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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: