installer
installer copied to clipboard
Permission denied no mudpi.config
After installation using the installer I open the gui and get the following error in the logs.
FastCGI sent in stderr: "PHP message: PHP Warning: file_get_contents(/home/mudpi/core/mudpi/mudpi.config): Failed to open stream: Permission denied in /var/www/html/mudpi/app/dashboard.php on line 36;
I suspect some permission missing for nginx to read that file or more likely a directory below the file.
Hope someone can help me solve that problem.
Kind regards and thanks in advance.
I manually did:
chmod og+x /home/mudpi chmod og+x /home/mudpi/core chmod og+x /home/mudpi/core/mudpi
to resolve the issue. Any remark and maybe a solution inside the installer would be great.