I just installed yii2 through composer in fedora 23.
When I open the application I get this error message:
Exception – yii\base\Exception
Failed to create directory "/home/Trydents/PhpSystems/Prueba1/backend/runtime/logs": mkdir(): Permission denied
↵
Caused by: yii\base\ErrorException
mkdir(): Permission denied
in /home/Trydents/PhpSystems/Prueba1/vendor/yiisoft/yii2/helpers/BaseFileHelper.php at line 483
I changed the permissions to 777 but nothing.