4 Apr 2023, 13:51

Hey guys,

I got an exceptions while installing UVDesk. The error message is "Unable to write in the "cache" directory (/var/www/html/uvdesk/var/cache/dev)"
Currently I am not sure, how to fix this error. What I tried to fix the problem:

Relax Access for /var/www/html
<Directory "/var/www">
AllowOverride All
# Allow open access:
Require all granted
</Directory>

Root also:
<Directory />
AllowOverride All
Require all granted
</Directory>

Chmod 775 the hole path and all files included.

fea33827-79ac-4a4b-881b-deaa3a12557f-image.png

This is the error-page. The structure is the same as I downloaded it ( html/uvdesk/public/html.php ;;;; html/uvdesk/vendor )

rewrite module ist enabled ( shared ).

For any tips or clues, how I can fix it, I would be very grateful.

Best regards