[PHP] mkdir() failed: Permission denied

2002-09-28 Thread Phil Powell
Ok, I am stuck. I am trying to create a folder in the same directory as process.php and then use move_uploaded_file($FILES['myImage]['tmp_name']) and it constantly fails: mkdir() failed (Permission denied) Here is my code: ? $willChangeLayout = 1; $isEmptyLayoutValues = 1; foreach

RE: [PHP] mkdir() failed: Permission denied

2002-09-28 Thread John W. Holmes
PROTECTED] Subject: [PHP] mkdir() failed: Permission denied Ok, I am stuck. I am trying to create a folder in the same directory as process.php and then use move_uploaded_file($FILES['myImage]['tmp_name']) and it constantly fails: mkdir() failed (Permission denied) Here is my code

Re: [PHP] mkdir() failed: Permission denied

2002-09-28 Thread Phil Powell
, 2002 4:22 PM Subject: RE: [PHP] mkdir() failed: Permission denied Whatever user your web server is running as needs to have permission to write to that directory that you are trying to make the new one in. ---John Holmes... -Original Message- From: Phil Powell [mailto:[EMAIL

Re: [PHP] mkdir() failed: Permission denied

2002-09-28 Thread Sascha Braun
- Original Message - From: Sascha Braun [EMAIL PROTECTED] To: Phil Powell [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 3:53 PM Subject: Re: [PHP] mkdir() failed: Permission denied You have to be the owenr too and maybe set the permission to 755. Ok, I am stuck. I am trying

RE: [PHP] mkdir() failed: Permission denied

2002-09-28 Thread John W. Holmes
_YOU_ don't need write permissions, the web server does ---John Holmes... -Original Message- From: Phil Powell [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 4:24 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] mkdir() failed: Permission denied

Re: [PHP] mkdir() failed: Permission denied

2002-09-28 Thread Phil Powell
mkdir and uploading!! Phil - Original Message - From: John W. Holmes [EMAIL PROTECTED] To: 'Phil Powell' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 7:04 PM Subject: RE: [PHP] mkdir() failed: Permission denied _YOU_ don't need write permissions, the web server

[PHP] MkDir failed (Permission denied)

2001-03-10 Thread Dan Pupek
I am pretty new to PHP but have used other scripting languages. I am trying to use to mkdir() function on an apache server and keep getting this error MkDir failed (Permission denied). I don't have physical access to the server. What's up? Thanks in advance for any help. Dan Pupek On the Web:

Re: [PHP] MkDir failed (Permission denied)

2001-03-10 Thread Colin May
Quoting Dan Pupek (Sat, Mar 10, 2001 at 02:49:40PM -0600) I am pretty new to PHP but have used other scripting languages. I am trying to use to mkdir() function on an apache server and keep getting this error MkDir failed (Permission denied). I don't have physical access to the server.