yii php framework “Application runtime path is not valid.” exception

前端 未结 9 1041
旧巷少年郎
旧巷少年郎 2021-02-05 17:03

I tried to make a yii project for testing by executing

/var/www/html/yii/framework/yiic webapp demo

and when I go to localhost/demo I get en er

9条回答
  •  爱一瞬间的悲伤
    2021-02-05 18:02

    Changed access of the entire folder of the site by using the following command

    sudo chmod -R 777 'name of your website folder'
    

    This will solve the issue.

提交回复
热议问题