Permission denied on mkdir()

后端 未结 2 1882
小蘑菇
小蘑菇 2021-01-12 05:38

I\'m getting the following error when trying to call mkdir() on a server...

Warning: mkdir() [function.mkdir]: Permission denied in /home/server/p

2条回答
  •  一整个雨季
    2021-01-12 06:12

    Make sure the parent folder is writable to the process that the web server runs as.

    Edit: Oops, premature reply. Does your host give you a GUI file browser thingy?

提交回复
热议问题