Web interface will not load at /fog/management/index.php
-
@Matt-Derrick What distro and version of Linux are you running?
-
@Wayne-Workman Ubuntu 12.04
-
What version of php?
sudo php -v
Can you try latest and tell me where the next error occurs?
-
@Tom-Elliott
PHP 5.3.10-1ubuntu3.18 with Suhosin-Patch (cli) (built: Apr 17 2015 15:11:25)PHP Parse error: syntax error, unexpected ‘&’ in /var/www/fog/lib/fog/FOGBase.class.php on line 411
-
@Matt-Derrick can you try Running
sudo apt-get update;sudo apt-get dist-upgrade
-
@Tom-Elliott
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -
@Matt-Derrick Can we chat? Maybe even teamviewer?
-
@Tom-Elliott give me 20 minutes and I can. i can give you team viewer right now but wont be able to chat right away
-
That’s okay, I hope i just fixed it. It’s not adding the repositories you probably need which is what you’re running into now.
-
This is now resolved.
Apparently there was an issue in the codebase that wasn’t allowing the repository to be installed. I will likely need to figure out a more suitable fix in the installer itself.
All that’s needed is to run the installer. If there’s a problem, go to shell and run: (on ubuntu this is):
sudo apt-get update;sudo apt-get dist-upgrade
Confirm the pops if they come up as their defaulted selected item.
Re-run the installer and all should work.