Solved Can´t write to cache directory
-
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.
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
-
Hi @illo
be sure you have set the correct folders and file permission.
The following post can maybe help https://forums.uvdesk.com/topic/2002/file-permissions-in-the-case-you-have-throbles-installing-uvdesk -
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:This issue generete due to permission problem.
You can follow the below links for more information:
https://stackoverflow.com/questions/13211829/symfony2-failed-to-write-cache-directory
-
peopleinside