installer icon indicating copy to clipboard operation
installer copied to clipboard

Permission denied no mudpi.config

Open riess82 opened this issue 1 year ago • 1 comments

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.

riess82 avatar Aug 25 '24 17:08 riess82

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.

riess82 avatar Aug 25 '24 17:08 riess82