[PHP] File permissions do not seem to be my friend

2006-02-02 Thread Brian Dunning
I have a script that scans an images folder and creates a thumbnail for each and writes it to a new subfolder. Runs fine on my development box. But I'm using a new host that I'm unfamiliar with (servage.net), and when I run the script I get the following error. I set the permissions on the

Re: [PHP] File permissions do not seem to be my friend

2006-02-02 Thread David Grant
Brian, This is a php.ini setting, so a FS permissions problem. The sysadmin needs to disable safe mode on your behalf. David Brian Dunning wrote: I have a script that scans an images folder and creates a thumbnail for each and writes it to a new subfolder. Runs fine on my development box.

Re: [PHP] File permissions do not seem to be my friend

2006-02-02 Thread Brian Dunning
On Feb 2, 2006, at 9:21 AM, David Grant wrote: This is a php.ini setting, so a FS permissions problem. The sysadmin needs to disable safe mode on your behalf. Assuming this hosting company prefers to keep safe mode on, is there no way my scripts can create files? -- PHP General Mailing

Re: [PHP] File permissions do not seem to be my friend

2006-02-02 Thread Richard Lynch
On Thu, February 2, 2006 11:20 am, Brian Dunning wrote: I have a script that scans an images folder and creates a thumbnail for each and writes it to a new subfolder. Runs fine on my development box. But I'm using a new host that I'm unfamiliar with (servage.net), and when I run the script I

Re: [PHP] File permissions do not seem to be my friend

2006-02-02 Thread Richard Lynch
On Thu, February 2, 2006 11:34 am, Brian Dunning wrote: On Feb 2, 2006, at 9:21 AM, David Grant wrote: This is a php.ini setting, so a FS permissions problem. The sysadmin needs to disable safe mode on your behalf. Assuming this hosting company prefers to keep safe mode on, is there no