Re: [PHP] safe_mode restriction

2004-08-09 Thread Jason Wong
On Sunday 08 August 2004 17:30, Kevin wrote: > > please show us the output of 'ls -al' of the directories in question. > > Yes, I have seen the permission and its rwx-rwx-rwx i.e 777. The full output showing the owner.group would have been nice. Anyway: > Warning: mkdir(): SAFE MODE Restriction

Re: [PHP] safe_mode restriction

2004-08-08 Thread Kevin
> So after the directories are created, those are the actual permissions that > are on them? Did you actually check this or are you assuming it? If you can, > please show us the output of 'ls -al' of the directories in question. Yes, I have seen the permission and its rwx-rwx-rwx i.e 777. -- PHP

Re: [PHP] safe_mode restriction

2004-08-07 Thread Jason Wong
On Sunday 08 August 2004 12:00, Kevin wrote: Please do not top post. > Permissions are set to 0777. So after the directories are created, those are the actual permissions that are on them? Did you actually check this or are you assuming it? If you can, please show us the output of 'ls -al' of

Re: [PHP] safe_mode restriction

2004-08-07 Thread Kevin
Permissions are set to 0777. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Saturday 07 August 2004 20:17, Kevin wrote: > > > I am able to make first two directories i.e 'full1/1' and 'thumb/1'. Script > > do not allow me to make 'full1/1/1' and 'thumb/1/1' too. I al

Re: [PHP] safe_mode restriction

2004-08-07 Thread Jason Wong
On Saturday 07 August 2004 20:17, Kevin wrote: > I am able to make first two directories i.e 'full1/1' and 'thumb/1'. Script > do not allow me to make 'full1/1/1' and 'thumb/1/1' too. I also have tried > removing umask function. What are the permissions on the directories that you are able to mak

[PHP] safe_mode restriction

2004-08-07 Thread Kevin
Greetings, I need to create some directories on the server using script. My server is having safe _mode 'On'. The script is giving me some warning like this. Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 10029 is not allowed to access /home/httpd/vhosts/***../