Re: [PHP] chmod failed: Operation not permitted

2001-08-31 Thread Jason Bell
--- Original Message - From: "Police Trainee" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 11:50 AM Subject: Re: [PHP] chmod failed: Operation not permitted > the files are all owned by me, that is, my unix login. > --- Ja

Re: [PHP] chmod failed: Operation not permitted

2001-08-31 Thread Larry Rosenman
Therein lies the problem. The webserver, therefore your PHP script, is probably *NOT* running with your credentials. Larry * Police Trainee <[EMAIL PROTECTED]> [010831 13:50]: > the files are all owned by me, that is, my unix login. > --- Jason Bell <[EMAIL PROTECTED]> wrote: > > who owns the

Re: [PHP] chmod failed: Operation not permitted

2001-08-31 Thread Police Trainee
the files are all owned by me, that is, my unix login. --- Jason Bell <[EMAIL PROTECTED]> wrote: > who owns the file to begin with? your account? a > web server typically runs > as a low access account, such as "nobody" on Unix. > So, what is probably > happening is that you don't have permissio

Re: [PHP] chmod failed: Operation not permitted

2001-08-31 Thread Jason Bell
who owns the file to begin with? your account? a web server typically runs as a low access account, such as "nobody" on Unix. So, what is probably happening is that you don't have permissions to chmod the file. Doesn't have anything to do with your PHP configuration. Jason Bell - Original