Cant create new location
-
Server
- FOG Version:1.4.4
- OS: Ubuntu
Client
- Service Version:
- OS: Windows 10
Description
Hi All,
I am very new to FOG and was wanting to add locations so that I can use location based image selection and deployment. The problem I am having is that when I try to add a new location I get told “ID must be set to edit”.
Any help on how to get around this would be great.
Thanks All. -
@coxm There is a bug in 1.4.4 that needs to be patched with a hot fix.
Here is the process to get and apply the patch:
- Open a linux command prompt on your FOG server.
- Key in the following command:
sudo wget -O /var/www/fog/lib/fog/plugin.class.php https://raw.githubusercontent.com/FOGProject/fogproject/6717f382177e714c1bd22eb11627133cfd4e0ebe/packages/web/lib/fog/plugin.class.php
- Remove the location plugin (make sure to document your current location settings)
- Reinstall the plugin
- Add in your plugin settings and save
I would recommend that you follow the process until you get to step 3. You may not need to remove and reinstall the plugin. This will keep you from potentially loosing your current settings if the plugin was already installed when you upgraded to 1.4.4. This patch has been integrated into the next release of fog, which is still in development stage right now.
-
@george1421 Perfect, thanks. All working now.