Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

GodziLaravel's avatar

how to solve this error : failed to open stream: Permission denied ,

I got this error message:

ErrorException
file_put_contents(/data/www/mysite.com/storage/framework/cache/data/d6/e0/d6e02102486089121d86219cd9480fc8b607edf5): failed to open stream: Permission denied (View: /data/www/mysite.com/resources/views/irp/layouts/header.blade.php)
https://mysite.com/dashboard

Any Idea?

0 likes
1 reply
Sergiu17's avatar

change permission to the storage folder

sudo chmod -R 775 storage

Please or to participate in this conversation.