php error_log 提示文件不存在
[01-Oct-2015 13:41:29 PRC] PHP Warning: error_log(/tmp/logs/weixin/asss.txt): failed to open stream: No such file or directory in /usr/share/nginx/html/test2.php on line 3
如上面的 php-fpm 错误日志记录 , 明明有这个文件和 目录呀 , 为何它还提示 No such file or directory , (/usr/share/nginx/html/ 这个目录能写进去)
回复内容:
[01-Oct-2015 13:41:29 PRC] PHP Warning: error_log(/tmp/logs/weixin/asss.txt): failed to open stream: No such file or directory in /usr/share/nginx/html/test2.php on line 3
如上面的 php-fpm 错误日志记录 , 明明有这个文件和 目录呀 , 为何它还提示 No such file or directory , (/usr/share/nginx/html/ 这个目录能写进去)
谁给差评的 , 我艹 , 天天有人给差评 .. 我要投诉 !!
你以为是 改个 777 就能解决的白痴问题么 .
今天我才发现是 systemd服务管理 里的 PrivateTmp 问题.
日狗了 .
提示的是这个路径不存在:
/tmp/logs/weixin/asss.txt
看下文件的权限,如果文件确实存在的,可能是没有读写权限。
推荐阅读
-
php利用header函数实现文件下载时直接提示保存
-
php判断文件夹是否存在不存在则创建
-
电脑删除时提示文件不存在该怎么办?
-
安装composer时,提示 /usr/bin/env: php: 没有那个文件或目录
-
php利用header函数实现文件下载时直接提示保存
-
php 通过header下载中文文件名 压缩包损坏或文件不存在的问题
-
PHP检查文件是否存在,不存在自动创建及读取文件内容操作示例
-
网页不提示php文件的语法错误
-
ubuntu 装配xampp,将php.ini文件中的allow_call_time_pass_reference=On后,打开网页提示下载保存网页不解析PHP
-
装配好wamp后,在www文件夹放入info.php文件,浏览器运行提示无法访问网页