Answers for "/var/log/system.log" could not be opened in append mode: failed to open stream: permission denied in / +magento"

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 "/var/log/system.log" could not be opened in append mode: failed to open stream: permission denied in / +magento"

Browse Popular Code Answers by Language