MacOS PHP Warning: move_uploaded_file(): Unable to move '/private/var/tmp/phpgA_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > MacOS PHP Warning: move_uploaded_file(): Unable to move '/private/var/tmp/phpgA

MacOS PHP Warning: move_uploaded_file(): Unable to move '/private/var/tmp/phpgA

 2013/9/8 2:11:31  2057  程序员俱乐部  我要评论(0)
  • 摘要:引用Logintoyourftpandconfirmthefollowing:*Thefolderexists,checkforspellings*Checkthepropertiesofthefolderandmakesurethepermissionshaveread+write0666*Makesurethefileiswithinyourpublichtmlroot,otherwisedoublechecktheownerofthefile
  • 标签:
引用Log into your ftp and confirm the following:

   * The folder exists, check for spellings
   * Check the properties of the folder and make sure the permissions have read+write 0666
   * Make sure the file is within your public html root, otherwise double check the owner of the file, and make sure PHP Has read / write access to it.


引用Looks like it doesn't know where upload/ is. Make sure you have the full path in your statement. For example, if upload directory is actually located in /var/upload, then make sure that is in your statement, not just upload/.


解决方案
  • 修改文件目录的权限
  • 把相对路径修改为绝对路径(或者之前的相对路径不正确)



参考这里:
http://stackoverflow.com/questions/5023181/php-move-uploaded-file-unable-to-move
上一篇: 遗留问题 下一篇: 没有下一篇了!
  • 相关文章
发表评论
用户名: 匿名