作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 Ubuntu 14.04 和 Laravel 5.1 应用程序出现问题。
当我的应用程序想要记录时,我收到此错误:
Uncaught UnexpectedValueException: The stream or file storage/logs/l could not be opened: failed to open stream: Permission denied in /var/www/releases/20160426/booking_server/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:87\nStack trace:\n#0........it continues
sudo php artisan cache:clear
sudo chmod -R 777 storage
sudo composer dump-autoload
最佳答案
不建议在服务器上创建可全局写入的目录 (chmod 777)。
像这样设置权限,(假设网络服务器在 www-data 组下运行)
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
ls -l
在 storage/logs 目录中并将输出粘贴到此处。 (在手动更改权限之前执行此操作)
关于php - '打开流失败 : Permission denied' error - Laravel 5. 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37123396/
我有一个看起来像这样的 df: visits ={'someID':[111,111,111,222,222,222,333,333], 'Month':[1,3,5,1,2,
我是一名优秀的程序员,十分优秀!