Full clean install but no fog/managment page
-
so to try to solve earlier problems, I did a clean install of fog trunk on a clean install of Ubuntu 16 following the directions laid out on these 2 pages https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04 https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk
after 2 or 3 full clean boots, the fog/management/index.php page is completely blank, I have tried changing nothing, installing PHP7.1/7.0, mysql, and apache2 separately but the page is always blank. -
@jamcdonald120 Hi, can you post your logs (apache, php, …) ?
-
Hi,
i’ve got the same error (ubuntu 16.04 server, fresh install)
I found that the index.php in /var/www/fog/management/index.php is missing.
No error in php.log but in apache2.log -
Which version of FOG? Most current from git repo? Pulled the latest source before running the installer?
-
@Sebastian-Roth
version 1.3.4 from the main site
https://sourceforge.net/projects/freeghost/files/latest/download -
@Sebastian-Roth yah, I did a fresh pull each time
-
Please try the dev-branch for 1.3.5 RC 1 and see if it’s helping out now.
-
Seems like Tom fixed this and you need to repull: https://github.com/FOGProject/fogproject/commit/479b4a635614ea6dcd8967059957ce8c934f51c8
Anyhow this part of the code seems to be called only when there is an error talking to the database. So I guess you both need to have a closer look and see what might be wrong with your database (or DB connection).
-
did a clean install of Ubuntu 16.04 with newest latest trunk, installed with
sudo -i git clone https://github.com/FOGProject/fogproject.git /root/fogproject cd /root/fogproject git checkout dev-branch cd bin php_ver='7.0' php_verAdds='-7.0' ./installfog.sh -y
so far it works fine
hopefully I can hosts and images from previous fog server