异常处理程序出错:无法打开流或文件“/var/www/app/storage/logs/laravel.log”:无法打开流:

问题描述 投票:0回答:1

Error in exception handler: The stream or file "/var/www/app/storage/logs/laravel.log" could not be opened: failed to open stream: Read-only file system in /var/www/bootstrap/compiled.php:8699

我已经在Laravel项目上工作了几个星期,突然出现了这个错误。是什么导致了这个?

我已经跑了:

chmod 777 app/storage

我在开始项目之前运行它并再次运行它并没有任何区别。

这里有什么问题?

php laravel permissions
1个回答
1
投票

当你在它的目录中时,只需这样做:

sudo chmod -R 777 vendor storage
echo "umask 000" | sudo tee -a /etc/resolv.conf
sudo service apache2 restart
© www.soinside.com 2019 - 2024. All rights reserved.