Monday, September 29, 2014

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

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 <jagguy999@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+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.

--
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: