为何在linux下无法用php创建新文件

WBOY
Release: 2016-06-13 13:46:14
Original
1313 people have browsed it

求教:为何在linux下无法用php创建新文件
文件夹的权限我均以设成777 为何还无法用php中的file_put_contents创建新文件呢

ps:在windows下是没有任何问题的


求各位大神指教



------解决方案--------------------
php版本多少?

换 fopen(), fwrite() 试试看
------解决方案--------------------
is 0777 is not 777
------解决方案--------------------
最大可能是,Apache没有写文件权限

chown一下即可
------解决方案--------------------
启动apache的用户要对你的目录有写权限。
不是简单的777就能解决的。
linux特别要注意权限问题。
------解决方案--------------------
。。。777不要乱用哎。。。

不只是目标目录,这条路径上的目录你的php容器用户都要有读权限,目标目录有写权限才行
------解决方案--------------------
有可能忽略了路径的正确性

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template