Snapins not deploying SVN1852
-
Trying to deploy a snapin to a group. I get a blank page after submitting the task and the following error message in my apache log.
PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/Host.class.php on line 667, referer: [url]http://<IP.OF.FOG>/fog/management/index.php?node=group&sub=deploy&id=26&type=13[/url]
Thanks,
-
Make sure the host has an image assigned to it. That line specifically references for the storage node.
[php] 667 ‘NFSMemberID’ => $StorageGroup->getOptimalStorageNode()->get(‘id’),[/php] -
Thanks! That did it. :oops:
-
this problem still exists with fog version 1.1.1.
-
[quote=“MarkusK, post: 30904, member: 24693”]this problem still exists with fog version 1.1.1.[/quote]
What Problem?
-
when a host does not have an image assigned, then i got a blank page when i was trying to access snap-ins after update. meanwhile i found out, that the problem was browser related. i had to clear the browser cache, then it worked.