Can't modify host Service Settings
-
Hi all, I’m in trunk 7931 over Debian 8.4
I can make images and download them but in my hosts fog.log I can see thisMiddleware::Response Module is disabled on the host
As I could read in
https://forums.fogproject.org/topic/5183/module-is-disabled-on-the-host/2
I went to the host Service Configuration but I cannot select them because they’re greyd up, if I check the ‘Select/Deselect All’ button it does not change.On the other hand, Apache Server logs this continuosly
PHP Warning: array_walk() expects parameter 1 to be array, boolean given in /var/www/html/fog/lib/fog/fogpage.class.php on line 843
I see this too
PHP Warning: array_combine(): Both parameters should have an equal number of elements in /var/www/html/fog/lib/fog/fogbase.class.php on line 263, referer: http://xx.xx.xx.xx/fog/management/index.php?node=host&sub=edit&id=2Thank you everybody
-
If you go to service configuration page and enable them all and make them default enabled does this allow you to make changes where necessary.
-
@Tom-Elliott said in Can't modify host Service Settings:
If you go to service configuration page and enable them all and make them default enabled does this allow you to make changes where necessary.
I do but nothing changes. It remains unchanged.
Did you see the logs in my post? Perhaps they don’t have nothing with my issue.
-
@Tom-Elliott said in Can't modify host Service Settings:
If you go to service configuration page and enable them all and make them default enabled does this allow you to make changes where necessary.
After downgrading to SVN 5606 -> 7927 I can modify host Services Settings
Upgrading to 7931 I can deselect settings but cannot select anymore
Fogbase.class.php change could be the cause?
-
Having the same issue.
-
@Joe-Schmitt fixed in latest.
-
@Tom-Elliott said in Can't modify host Service Settings:
@Joe-Schmitt fixed in latest.
Thanks, Tom, what was it?
-
@URfog I’m working on adding a feature to go with our next version of the client.
I’m working with it, primarily, on git in a separate branch, but to keep versioning correct I missed one file on update and it was breaking it. I commented the offending line and everything started working.
-
Now it’s working Tom, thank you, and of course for the information too.