Fog unresponsive after updating to latest svn
-
Just updated to latest version (unsure of the svn version #) from 1.2.0 … I’m unable to access fog in any way. There were errors show during the update. After restarting the server I can access the login page, once I enter my credentials on the fog log in page it just sits loading forever.
Unsure what to do at this point.
Apache is still running.
Any input would be appreciated.
Thanks!
-
To get that version number, run: grep FOG_VERSION /var/www/fog/lib/fog/System.class.php
-
Thanks, currently 3110
-
Also, it might help to check the last few log entries in /var/log/apache2/error.log. Perhaps running this might help provide everyone a better idea about what’s going on: tail -20 /var/log/apache2/error.log
-
Thanks!
The result of tail -20 /var/log/apache2/error.log is a bunch of the following repeated:
[Thu Mar 12 10:36:06.879072 2015] [:error] [pid 2571] [client 10.150.0.38:58777] PHP Warning: mysqli::real_escape_string(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 278, referer: [url]http://10.105.2.253/fog/management/index.php?node=schemaupdater[/url]
-
Update to 3111, this should fix the problems ubuntu OS’s were having.
-
3111 fixed it, thanks!