gpt4 book ai didi

Laravel 无法在追加模式下打开流或文件 "storage/laravel.log": failed to open stream: Permission denied in RHEL8

转载 作者:行者123 更新时间:2023-12-03 21:09:53 25 4
gpt4 key购买 nike

我在这里需要帮助。我在我的 RHEL 8 服务器中安装了 Laravel
但我收到这个错误。我知道这个问题已经发布了很多次,但我试图遵循这个建议,但到目前为止我没有运气。我不知道为什么。

The stream or file "/var/www/html/vpa/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied
enter image description here
我尝试使用此命令更改权限,但没有用。
sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache
sudo chmod -R 755 storage
sudo chmod -R 755 bootstrap/cache

sudo setenforce 0
sudo chcon -t httpd_sys_rw_content_t storage

php artisan config:clear
php artisan config:cache
composer dump-autoload

sudo systemctl restart httpd
sudo reboot
似乎没有什么对我有用。我不知道还能做什么。请帮我

最佳答案

简单读/写权限允许运行此命令

chmod -R 777 /storage/laravel.log”

关于Laravel 无法在追加模式下打开流或文件 "storage/laravel.log": failed to open stream: Permission denied in RHEL8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64551170/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com