Answer the question
In order to leave comments, you need to log in
What could be wrong with the rights?
The problem comes when I enable cnc in Yii2, to be brief:
groups $USER
ya : ya root adm cdrom sudo dip www-data backup plugdev crontab lpadmin ssh sambashare mysql docker
groups www-data
www-data : www-data ya
cd /var/www/project && \
composer create-project yiisoft/yii2-app-basic basic 2.0.13 && \
chown -R ya:www-data
// web.php
'urlManager' => [
'enablePrettyUrl' => true,
'showScriptName' => false,
'rules' => [
'about' => 'site/about'
],
],
localhost/about
filemtime(): stat failed for /var/www/html/basic/runtime/cache/96/963454f612a8b5fb4a63ba1e97f028a1.bin
sudo chmod -R 777 /var/www/project
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question