"[IP]/fog/management" return a 500 error on any Linux
-
Hello there,
I’m trying to setup Fog on a new server and I’m not able to pass the step “create/update database” because, when I go on “[IP]/fog/management”, on another machine, it return a 500 error. Directly on the server, it only display a blank page.I tried with many others distributions (Debian, CentOs, AlmaLinux, Ubuntu, Mageia…) with many setup (Internal Ethernet Card, PCI-E Cards, VM) and I always get the same issue.
I’m now on Fedora 37 with firewalld and SELinux disabled (Fog 1.5.9).
As this is not the first time that I install fog on a computer, I really don’t get what going on.
Thanks in advance!
-
@l_blueyoshifan97 said in "[IP]/fog/management" return a 500 error on any Linux:
Fedora 37
Probably comes with PHP 8 but FOG 1.5.9 is not compabile with PHP 8. Please use the dev-branch version for now.
https://github.com/FOGProject/fogproject/archive/dev-branch.zip
If that doesn’t help then check the apache and PHP logs (see my signature).
-
@sebastian-roth Installing the dev branch solved the issue.
Thank you, mate!