@Tom-Elliott
Yes it’s correct now thnak you
Posts made by olivierl
-
RE: Redirect error in web browser after fog 4938
-
Rev 4950 Not possible to edit Storage group
Hi ,
Same i have already report.Not possible to edit storage group.
PHP Fatal error: Call to a member function get() on null in /var/www/html/fog/lib/pages/StorageManagementPage.class.php on line 513,
THX
-
RE: Redirect error in web browser after fog 4938
Hi
the problem can be in the file user.class with redirect .
If i make clean install of le last rev and i replace the old user.class (4938)
I can acess fog.OL
-
RE: Redirect error in web browser after fog 4938
I try the lastest rev 4950 on clean install i have the same probleme too many redirect .
Problem with cookies ?
I don’t kwon how to help you ,i don’t have error in apache (only Unknown database ‘fog’ but it’s normal because i can’t run the schema updater).Oliver
-
Rev fog 4938 Not possible to create image
Hello,
On fog 4938 it’s not possible to create image and edit a storage group
when i create an image i have thisThere are no enabled storage nodes for this group
For the storage group i have this error
PHP Fatal error: Call to a member function get() on null in /var/www/html/fog/lib/pages/StorageManagementPage.class.php on line 513, referer: http://10.31.125.234/fog/management/index.php?node=storage&sub=storage-group
My install it’s a clean and new install on debian 8
Thank
Oliver -
Redirect error in web browser after fog 4938
Hello
On a clean install (virtualised on promox for testing) on a debain jessie, i have a too many redirect error in web browser (firefox chrome and ie) .
4938 ok but after and until 4948 i have this error
Thank -
RE: REV 4932 PHP Fatal error function get() on null in ImageManagementPage.class.php
Ok i ve make a clean install of fog rev 4932 it’s ok for create a image but always bug for edit storage group
After clean install (delete database and /opt/fog and var/www/fog) and install from svn (download snapshot)
i don’t have imageNFSGroupID in my database fog table image. Is it normal?Thank
-
REV 4932 PHP Fatal error function get() on null in ImageManagementPage.class.php
Hello
I have an error when i want create a image
PHP Fatal error: Call to a member function get() on null in /var/www/fog/lib/pages/ImageManagementPage.class.php on line 164, referer: http://10.31.28.21/fog/management/index.php?node=image
And with edit a group storage too
PHP Fatal error: Call to a member function get() on null in /var/www/fog/lib/pages/StorageManagementPage.class.php on line 514, referer: http://10.31.28.21/fog/management/index.php?node=storage&sub=storage-group
I 'am on debian jessie and update from svn
-
RE: PHP Fatal error FOGBase.class.php on line 133 AFTER update 4920
it’s working Thank you for your speed
Olivier
-
PHP Fatal error FOGBase.class.php on line 133 AFTER update 4920
Hi ,
After update it’s not possible to access fog
log from apache:
PHP Fatal error: Call to a member function processEvent() on null in /var/www/fog/lib/fog/FOGBase.class.php on line 133```
thank you
-
RE: REV 4850 2 storages nodes on the same server.
Yes i have two storage group ,one for each storage node but if i don’t change this
$MultiSess->get(path).’/’.$MultiSess->get(logpath)
by
$ Image-> getStorageGroup () -> getMasterStorageNode (.) -> Get (path) ‘/’ $ MultiSess-> get (logpath).
fog take the wrong path (it’s take the default).
olivier -
REV 4850 2 storages nodes on the same server.
Hello,
we tested FOG rev(4850): on the same server ( the fog web server too) we have make 2 master node with different storage path wtih different nic ( hard disk on iscsi nas server).
Upload and download host is ok but for multicast but we had a problem with the path of the storage node.We had to change the MulticastTask.class file like this:
$ Tasks [] = new self (
$ MultiSess-> get (id)
$ MultiSess-> get (name),
$ MultiSess-> get (port)
$ Image-> getStorageGroup () -> getMasterStorageNode (.) -> Get (path) ‘/’ $ MultiSess-> get (logpath).
//$MultiSess->get(path).‘/’.$MultiSess->get(logpath)
//$root.‘/’.$MultiSess->get(logpath)Without this fog don’t take the good path of the storage Node
Sorry for my bad english
-
RE: r4850 Fedora 21 - Host management - viewing a host's general page.
Same here on debian and with StorageManagement too.
PHP Fatal error: Call to a member function get() on null in /var/www/fog/lib/pages/StorageManagementPage.class.php on line 530, referer: http://*******/fog/management/index.php?node=storage&sub=storage-group