Can't add location under location managment
-
Server
- FOG Version: 1.4.4
- OS: CentOS 7.3
Client
- Service Version:
- OS:
Description
Hi!
I am trying to add/create new location after installing the location plugin. Its giving me “ID Must be set to edit” error. I am following video created by @Wayne-Workman from the youtube.
https://www.youtube.com/watch?v=aZkGwQztITg -
There is a bug in FOG 1.4.4 that needs to be patched with a hot fix. The hot fix has been applied to the dev branch of 1.5.0, but its not in 1.4.4.
Here is the process to manually apply the patch:
1.Open a linux command prompt on your FOG server.
2. 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
3. Remove the plugin
4. Reinstall the plugin
5. Add in your plugin settings and save -
@george1421 it works. Thanks!