19
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

laravel & vue.js エラー解消方法

Last updated at Posted at 2018-04-18

#アクセスしたらエラー
###エラー内容
The stream or file "/var/www/html/sample/storage/logs/laravel.log"
could not be opened: failed to open stream: Permission denied

###解消方法
chmod 777 storage/logs

#アクセスしたらエラー2
###エラー内容
file_put_contents(/var/www/html/sample/storage/framework/sessions/Q42lrnTVyYSWv3PY8x4U27V5PLwD8d1qoX5EQ51c):
failed to open stream: Permission denied

###解消方法
chmod 777 storage/framework/sessions/

#アクセスしたらエラー3
###エラー内容
file_put_contents(/var/www/html/sample/storage/framework/views/1ce3e04b775dbb480db046db9ec317424bc554f2.php):
failed to open stream: Permission denied

###解消方法
chmod 777 storage/framework/views/

19
15
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?