webserver : apache
php : 7.2.27
db : mariadb 10.4.12
Hi
thanks for amazing forum.
i'm installing the flarum on vps the problem is i set the all this folders to 775 but its still say:
The /var/www directory is not writable.
Please chmod this directory and its contents to 0775.
The /var/www/public/assets directory is not writable.
Please chmod this directory and its contents to 0775.
The /var/www/storage directory is not writable.
Please chmod this directory and its contents to 0775.
when i run ls -la
:
and one somthing else , when i try this chown -R www-data:www-data public/assets/
it says:
chown: invalid user: ‘www-data:www-data’
and the installation folder vendor/flarum
is 0775
too.
thanks in advance.