Yii2 - Exception (Ungültige Konfiguration) 'yii\base\InvalidConfigException' mit der Meldung " Das Verzeichnis ist nicht beschreibbar durch den Web-Prozess

Wenn ich auf der Website unter domain.com/web ich bin angezeigt dieser Fehler. Ich habe die directory-Berechtigungen und Sie sind unten aufgeführt. Jede Lösung?

PHP User Error  yii\base\ErrorException

Exception (Invalid Configuration) 'yii\base\InvalidConfigException' with message 'The directory is not writable by the Web process: /var/www/.../site1/web/assets' 

in /var/www/.../site1/vendor/yiisoft/yii2/web/AssetManager.php:168

Berechtigungen:-

root@...:/var/www/.../site1# ls -l web
total 48
drwxrwxr-x 9 root root 4096 Mar 20 15:56 assets
drwxr-xr-x 2 root root 4096 Mar 20 15:50 css

root@...:/var/www/.../site1/assets# ls -l
total 8
-rw-r--r-- 1 root root 958 Mar 20 17:24 AppAsset.php
-rw-r--r-- 1 root root 628 Mar 20 17:24 error_log

Sogar nach ausführen des Befehls:-

chmod -R 777 .

total 8
-rwxrwxrwx 1 root root 958 Mar 20 17:24 AppAsset.php
-rwxrwxrwx 1 root root 628 Mar 20 17:24 error_log

Ich bin noch immer derselbe Fehler.

InformationsquelleAutor Omar Tariq | 2015-03-21
Schreibe einen Kommentar