Search code examples
phpadminlte

Root Directory in Debian (Raspberry pi)


On Windows 10 I do not have an error while running AdminLTE. But when I run AdminLTE in Debian an error occurs.

Invalid Configuration - yii\base\InvalidConfigException

The directory is not writable by the web process: /var/www/html/pa2/web/assets

The error is in the picture.

I hope I get a solution of this problem.

Error Image


Solution

  • I've found the answer, we just fix the permission.

    chmod -R a+rwX directory/

    as root

    References