All Tasks, All Groups, Fog Settings BLANK
-
Hi All
Have been using FOG for some time now. Worked flawlessly for the last couple of years. We are running version 0.32 and have been for some time.
Recently when trying to view all tasks, all groups and change fog settings all I seem to get is a blank page with just the tab heading and no links at all.
Have tried restarting FOG server to no avail. This is in a production environment and is our primary imaging server.
Support on this matter greatly appreciated guys.
Cheers
Space -
check to see what version of PHP you are running now. If you are on 5.4.X or later, you may be running into a pass by reference problem in the function calls. You can search the forum for “blank task” for more information.
-
For other users with this issue, here is specifically what I did. I can’t guarantee it will work for everyone, but it seems to have corrected it for me at least:
gksu gedit /var/www/fog/management/includes/tasks.confirm.include.php
Search Menu > Replace
Search for: &$tmp
Replace with: $tmp
Replace All (there were somewhere around twenty instances)
Save
Close
Then try to schedule your upload task again.