Reputation: 31
I am getting this exception. How can I fix it?
Exception – yii\base\Exception
Failed to create directory "/var/www/html/sitr/runtime/cache": mkdir(): Permission denied
↵
Caused by: yii\base\ErrorException
mkdir(): Permission denied
in /var/www/html/site/vendor/yiisoft/yii2/helpers/BaseFileHelper.php at line 624
Upvotes: 3
Views: 4756
Reputation: 12391
sudo chmod -R 775 /var/www/html/sitr/runtime
runtime folder keeps generating the files, allow it to do that.
Upvotes: 4