PHP: move_uploaded_file(): Unable to move '/

后端 未结 5 2128
伪装坚强ぢ
伪装坚强ぢ 2021-02-05 11:14

I keep getting this error on a new server I just setup

[Wed Feb 16 22:46:51 2011] [error] [client 71.1.236.114] PHP Warn         


        
5条回答
  •  青春惊慌失措
    2021-02-05 11:42

    It's trying to move the file to upload/ not uploads/, make sure the directory exists and is writable.

提交回复
热议问题