Web interface will not load at /fog/management/index.php
-
From what I am seeing there was some foreach statements added and either the & is in the wrong place or is not needed. Not a programmer but looking at the github entry that was the change made from 3657 to 3658 and if I removed the & on that line of code it goes further but gives me the same error further along on the file.
-
How about trying to reinstall ?
-
Can you try updating and see if this still occurs?
-
@Tom-Elliott Just updated to 3660. Same problem. New error in apache error log. PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/fog/lib/fog/FOGBase.class.php on line 299
-
@Matt-Derrick Maybe now?
-
@Tom-Elliott new error: PHP Fatal error: Cannot create references to elements of a temporary array expression in /var/www/fog/lib/fog/FOGBase.class.php on line 406
-
@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.