我是 PHP n00b,但按照这个优秀的 tut 的说明进行操作:
然而,虽然这在我运行默认内置 Apache 的 Mac (OSX 10.8) 上运行良好,但它失败了,并且不能在 CentOS 6 机器上运行。查看 Apache 日志我得到了这个:
failed to open stream: No such file or directory
在/var/www/html的根目录中的“上传”文件夹上的权限已设置为777 (在 Mac 上是 /Library/Webserver/Documents)
[Tue Apr 30 13:05:11 2013] [error] [client (My IP Address)] PHP Warning: move_uploaded_file(uploads/Today notes.txt): failed to open stream: No such file or directory in /var/www/html/test/uploads3.php on line 8, referer: ht*p://serverip.myserver.com/test/form4.html
[Tue Apr 30 13:05:11 2013] [error] [client (my IP address)] PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpc8AGo8' to 'uploads/Today notes.txt' in /var/www/html/test/uploads3.php on line 8, referer: ht*p://serverip.myserver.com/test/form4.html
我是否缺少 PHP 或 Apache 中的某些设置以使其正常工作?
提前谢谢了。