I am trying to run script that is creating a directory and I am getting the following error - "MkDir failed (Permission Denied).
The script works fine on another site that I have. Could this be caused by a setting that my host would need to change?
I've uploaded a phpinfo.php file, but I don't know what to look for.
Any help would be appreciated!
Thanks
Bernadette
MkDir failed (Permission Denied)...?
You might want to make sure that the parent directory you are trying to run mkdir() in is chmodded to 755 or 744.
Originally posted by bcp1961
I am trying to run script that is creating a directory and I am getting the following error - "MkDir failed (Permission Denied).
The script works fine on another site that I have. Could this be caused by a setting that my host would need to change?
I've uploaded a phpinfo.php file, but I don't know what to look for.
Any help would be appreciated!
Thanks
Bernadette
well maybe the Safe-mode was set to on .
If its true you can't make dirs on the server.
I set the individual file permissions but forgot to set the parent folder permissions. Thanks a lot!