Failed to open stream: Permission denied in /app/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php

Failed to open stream: Permission denied in /app/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
file_put_contents(): failed to open stream: Permission denied' in /var/www/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:81

1 문제상황[ | ]

php-fpm 로그
OTICE: PHP message: PHP Fatal error:  Uncaught ErrorException: file_put_contents(/app/laravel/storage/framework/views/4cf3ebb400231fa253c009eb5a2112f52b104738.php): Failed to open stream: Permission denied in /app/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:190
Stack trace:
#0 /app/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#2 /app/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(190): file_put_contents()
...
#18 /app/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(266): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()
#19 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
#20 {main}
  thrown in /app/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php on line 190

2 조치방법[ | ]

chown -R www-data. /app/laravel/storage/

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}