On Sat, Dec 11, 2010 at 11:51 AM, lucaswxp <[email protected]> wrote:
> Hello guys.
> Yesterday I have installed my first linux, and today I'm tryind to get
> cakephp to work... But I get the error:
>
> tmp/cache/ is not writable [CORE/cake/libs/cache/file.php, line 267]
> app/tmp/cache/persistent/ is not writable [CORE/cake/libs/cache/
> file.php, line 267]
> app/tmp/cache/models/ is not writable [CORE/cake/libs/cache/file.php,
> line 267]
>
> And I already have do:
> chmod -R 777 app/tmp and
> chown apache:apache app/tmp
>
> But the errors continue...
> Anyone knows what it can be?

As Jeremy said, make sure the other directories are writable. You
didn't chown recursive:

chown -R apache:apache app/tmp

And you should probably do:

chmod -R 0775 app/tmp


> PS: sorry for the bad english

Looks ok to me!

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to