码迷,mamicode.com
首页 > 其他好文 > 详细

“laravel.log” could not be opened: failed to open stream

时间:2019-06-22 15:54:26      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:mod   sbin   color   配置文件   log   lin   linux问题   ssi   rmi   

百度了一下,说是要赋权限,按照操作赋了权限也还是报错,其实只要执行第一个就好,但为了保险起见,我都执行了,还是不行

chmod  -R  /storage
chmod  -R  /storage/logs
chmod  -R  /storage/logs/laravel.log

后面继续百度,说是

SELinux问题

得出了以下解决办法

/usr/sbin/sestatus -v      ##如果SELinux status参数为enabled即为开启状态

SELinux status:                 enabled

需要把 SELinux 关掉,关掉办法:

1、临时关闭(不用重启机器):

setenforce 0                  ##设置SELinux 成为permissive模式

    ##setenforce 1 设置SELinux 成为enforcing模式

2、修改配置文件需要重启机器:

修改/etc/selinux/config 文件

将SELINUX=enforcing改为SELINUX=disabled

重启系统即可

 

 

参照:https://blog.csdn.net/leedaning/article/details/49930989

 

“laravel.log” could not be opened: failed to open stream

标签:mod   sbin   color   配置文件   log   lin   linux问题   ssi   rmi   

原文地址:https://www.cnblogs.com/ivy-zheng/p/11069034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!