mudpi / installer

A guided installation tool to download and setup MudPi on a RaspberryPi
https://mudpi.app
23 stars 16 forks source link

Permission denied no mudpi.config #14

Open riess82 opened 3 weeks ago

riess82 commented 3 weeks ago

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 commented 3 weeks ago

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.