Loading... #### 概述 在巡检优化过程中,发现POST请求至PHP接口处理时,php服务无法读取到请求内容。 通过php.ini开启`display_errors = Off`后发现页面输出如下内容: ```html <br /> <b>Notice</b>: file_get_contents(): file created in the system's temporary directory in <b>/var/www/html/api.php</b> on line <b>10</b><br /> <br /> <b>Warning</b>: file_get_contents(): Unable to create temporary file, Check permissions in temporary files directory. in <b>/var/www/html/api.php</b> on line <b>10</b><br /> ``` #### 解决办法 由于`sys_temp_dir`和`upload_tmp_dir`设置的临时目录不存在,`mkdir`后修改目录权限即可。 <div class="tip inlineBlock share"> 来源于:[闲云博客](https://www.ym68.cc/linux/202228407.html) </div> 最后修改:2022 年 03 月 03 日 © 转载自他站 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏