Answers for "log could not be opened in append mode: failed to open stream: permission denie"

1

could not be opened in append mode: failed to open stream: Permission denied

chmod -R 775 storage
chmod -R 775 bootstrap/cache
Posted by: Guest on November-30-2020
1

could not be opened in append mode: failed to open stream: Permission denied

sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache
Posted by: Guest on November-30-2020

Code answers related to "log could not be opened in append mode: failed to open stream: permission denie"

Browse Popular Code Answers by Language