Topic awaiting preservation: php mkdir permissions |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: |
posted 09-22-2004 15:19
I'm trying to write some php which will let me: code: Warning: chmod failed: Operation not permitted in
|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 09-22-2004 15:47
I think it's possible it is a permissions problem of sorts. |
Bipolar (III) Inmate From: |
posted 09-22-2004 16:14
Of course, you are correct. I did as you said and all was mostly well. code: copy($file,$newDir."/index");
|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 09-22-2004 16:21
I'm glad I was able to help you get it sorted out. |