"List all hosts" not working r3713
-
Need help listing all hosts. I can search for a host and see hosts, but list all does not work.
-
FYI, he is getting a blank white page, indicating some syntax error somewhere.
-
Fog version 3713
Ubuntu 14.04 lts -
Also the same thing happens with Group Display once one is clicked…blank page.
Apache error log notes line 99 of var/www/lib.pages/HostManagementPage.class.php… and line 13 of /var/www/fog/lib/plugins/location/hooks/AddLocationGroup.hook.php I’m having the same issue.
-
This and location plugin should be fixed in 3721, thanks for reporting. List all was fixed, but I just fixed the Location plugin as well.
-
@Tom-Elliott
Hello
when I try to update by following the procedure:
Ubuntu 14.04 lts
Install Subversion
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install subversionDownload the package
cd ~
mkdir svn
cd svn
svn checkout https://svn.code.sf.net/p/freeghost/code/trunkInstall It!
cd ~/svn/trunk/bin
sudo ./installfog.shhe return this message:
fog@fog:~$ cd svn
fog@fog:~/svn$ **svn checkout https://svn.code.sf.net/p/freeghost/code/trunk
svn: E120171: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
svn: E120171: Erreur à l’exécution du contexte: An error occurred during SSL communication
fog@fog:~/svn$what should I do ?
Thanks -
@Tom-Elliott said:
This and location plugin should be fixed in 3721, thanks for reporting. List all was fixed, but I just fixed the Location plugin as well.
Hi Tom,
I’ve configure his SVN installation for proxy, after update SVN he can’t list host.
Apache error :
[Wed Jul 08 09:47:40.098835 2015] [:error] [pid 11831] [client 10.130.70.254:45386] PHP Fatal error: Call to a member function __toString() on string in /var/www/fog/lib/pages/HostManagementPage.class.php on line 99, referer: http://10.130.70.3/fog/management/index.php?node=host
I’ve tried that in HostManagementPage.class.php :
'host_mac' => $Host->getMACAddress(), #->__toString(),
He can list all hosts now.