Re: Your tmp directory is NOT writeable.

2011-11-11 Thread Zach
Changing the 'other' permission level to 7 (wrx) on the tmp directory did the trick! Thanks! On Nov 11, 3:23 am, AD7six wrote: > On Nov 11, 9:27 am, Zach wrote: > > > > > Hi All, > > > I hit a snag while trying to setup Linux users. Maybe you can help. > > > Here's what I did: > > > I created a

Re: Your tmp directory is NOT writeable.

2011-11-11 Thread DigitalDude
I hope you mean your local dev environment and not your production server... just change the permissions on the tmp directory, NOTHING else! On 11 Nov., 10:26, simo ahalshaba wrote: > I have already installed cakephp on linux, I use the Apache server, so at > first I had thesame problem, my appl

Re: Your tmp directory is NOT writeable.

2011-11-11 Thread simo ahalshaba
I have already installed cakephp on linux, I use the Apache server, so at first I had thesame problem, my application has been installed in / var / www so I just changed thepermissions on the www cd / var / www chmod-R 777 2011/11/11 Zach > Hi All, > > I hit a snag while trying to setup Linux us

Re: Your tmp directory is NOT writeable.

2011-11-11 Thread AD7six
On Nov 11, 9:27 am, Zach wrote: > Hi All, > > I hit a snag while trying to setup Linux users. Maybe you can help. > > Here's what I did: > > I created a user. > useradd tpatel > > I created a group. > groupadd developers > > I added the user to the group. > usermod -G developers tpatel Oh, sinc

Re: Your tmp directory is NOT writeable.

2011-11-11 Thread AD7six
On Nov 11, 9:27 am, Zach wrote: > Hi All, > > I hit a snag while trying to setup Linux users. Maybe you can help. > > Here's what I did: > > I created a user. > useradd tpatel > > I created a group. > groupadd developers > > I added the user to the group. > usermod -G developers tpatel > > I cha

Your tmp directory is NOT writeable.

2011-11-11 Thread Zach
Hi All, I hit a snag while trying to setup Linux users. Maybe you can help. Here's what I did: I created a user. useradd tpatel I created a group. groupadd developers I added the user to the group. usermod -G developers tpatel I changed the ownership of my app's root dev directory recursively