chatterboy Posted October 9, 2019 Share 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? Quote Link to comment Share on other sites More sharing options...
0 chatterboy Posted October 10, 2019 Author Share 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 Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted October 10, 2019 Share Posted October 10, 2019 The error literally tells you what to do. Quote Link to comment Share on other sites More sharing options...
0 arcada Posted January 13 Share Posted January 13 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. Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites