[Cialug] CakePHP
Nicolai
nicolai-cialug at chocolatine.org
Thu Aug 18 17:41:10 CDT 2011
On Thu, Aug 18, 2011 at 04:13:56PM -0500, albus wrote:
> Warning (512): /srv/www/htdocs/cakephp/app/tmp/cache/ is not writable
^^^^^
> I've tried changing chmodd 0777 app/tmp
I don't know the internals of cakephp, just wanted to point out
that the warning message you pasted is in reference to a different
directory than the one you modified.
If you have to use 777, at least use 1777. But that's pretty rare.
Try this:
chown wwwrun:www /srv/www/htdocs/cakephp/app/tmp/cache/
chmod 755 /srv/www/htdocs/cakephp/app/tmp/cache/
Unless someone more familiar with cakephp has something to say?
Nicolai
More information about the Cialug
mailing list