Answer the question
In order to leave comments, you need to log in
yii2 file permissions?
there is a folder "uploads" in the root of the site, how to set it and everything in it with access rights to create a file through yii2? log says "'Failed to create directory "/var/www/online-tour/uploads/passports_photos": mkdir(): Permission denied'"
Answer the question
In order to leave comments, you need to log in
Either set read and write permissions via php, or via the
php console: chmod ('uploads', 0644)
console: chmod 644 uploads
More about permissions:
linuxway.ru/pervye-shagi/komanda-chmod-primery-isp...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question