chatterboy Posted October 9, 2019 Posted October 9, 2019 Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_PermissionError Message: The log storage directory '/var/www/html/data/logs' is not owned by the executing user. Remedy with `chown -R 33:33 /var/www/html/data/logs` File: /var/www/html/index.php:125 Im using a Debian 10 its a kind of tricky >.< any idea guys?
0 chatterboy Posted October 10, 2019 Author Posted October 10, 2019 (edited) [Problem SOLVE] I've finaly found the missing piece $ sudo chown -R www-data:www-data /var/www/html ^_^ happy day!! Edited October 10, 2019 by chatterboy
0 arcada Posted January 13, 2022 Posted January 13, 2022 sometimes, in my case if you are in a virtual machine using a shared folder you will need more magic to make it happen. but, this isnt a fluxcp issue its because shared folders in VM are kind of protected.
Question
chatterboy
Critical Error
An error was encountered during the lifetime of the application.
This could be due to a variety of problems, such as a bug in the application.
However, normally it is caused by misconfiguration.
Exception Details
Error: Flux_PermissionError
Message: The log storage directory '/var/www/html/data/logs' is not owned by the executing user. Remedy with `chown -R 33:33 /var/www/html/data/logs`
File: /var/www/html/index.php:125
Im using a Debian 10 its a kind of tricky >.< any idea guys?
3 answers to this question
Recommended Posts