Reputation: 11
PHP Fatal error in laravel 5.1:
Uncaught exception 'UnexpectedValueException' with message 'The stream or file "/var/www/html/SocialNet/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied' in /var/www/html/SocialNet/bootstrap/cache/compiled.php:13090\nStack trace:\n#0 /var/www/html/SocialNet/bootstrap/cache/compiled.php(13030)
Upvotes: 1
Views: 1544
Reputation: 2139
This is a log file permissions problem.
Some of the possible solutions:
How to deal with log file path and permissions
Upvotes: 1