Level 39
Best solution is to make www-data owner of storage
sudo chown -R www-data storage
1 like
Suddenly I started to get this error, and I cannot work on the app at all. Once the error got fixed by itself, but now that I opened the project today, I started to get it again.
I tried changing the permissions, as we can see here:
drwxrwxr-x 8 root www-data 256 Jul 7 08:25 storage
How can I fix this?
Best solution is to make www-data owner of storage
sudo chown -R www-data storage
Please or to participate in this conversation.