[Cialug] CakePHP

albus albus at iowaconnect.com
Fri Aug 19 09:45:41 CDT 2011


Sorry I cut the path short yesterday it was the
/srv/www/htdocs/cakephp/app/tmp/cache/ directory I was playing with.

This morning I changed all the 777 back to 755 and chown on the cache dir to
the wwwrun:www and all is happy.

Thanks Barry and Nicolai for the help.

I'm surprised there isn't better information on setting cakephp up.

Just have to get the database stuff set up then I can play around with it.

Thanks again for all your help.

Have a GREAT WEEK-END everyone ;-)



-----Original Message-----
From: cialug-bounces at cialug.org [mailto:cialug-bounces at cialug.org] On Behalf
Of Nicolai
Sent: Thursday, August 18, 2011 5:41 PM
To: Central Iowa Linux Users Group
Subject: Re: [Cialug] CakePHP

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
_______________________________________________
Cialug mailing list
Cialug at cialug.org
http://cialug.org/mailman/listinfo/cialug

-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1392 / Virus Database: 1520/3844 - Release Date: 08/19/11



More information about the Cialug mailing list