Can't search client list
-
What version of fog?
-
Sorry, I forgot that.
.32 -
It sounds like data isn’t where it should be.
Do all systems have OSID, ImageID, Inventory, the correct MAC’s, etc…?
-
I only imported the hosts so ImageID is missing. OSID, Hostname, MAC are there. Hardware info is not.
-
When you’re searching it’s attempting to find the reference data in the images, inventory, and hostOS field. If those fields are blank, I’d imaging it would be rather tough to find all that data.
You could attempt a manual search to see if you find any data.
Look in the file {fogwebdir}/lib/HostManager.class.php for the search function. It will display the sql you need to test first.
-
just to test it, I deleted a host and then went through the procedure to register the host and I get the same result searching for the newly registered machine.
-
Searching through the host db it appears that it did successfully import the identifier fields.
-
It appears that the search function is not working correctly being that the necessary fields are populated and also my test of a new import. Is there somewhere else I can be looking?
-
I haven’t a clue as to where to begin looking.
-
I cleared the host table, added a new test host and tried to search and still have the same result.
-
And you’re sure, what you’re searching for, is actually in the table?
-
Yes, when I cleared the table I created a new host entry and search for the host name I entered.
-
check your apache log to see if you are getting a php error. turn on your developer tools in your browser to see if you are getting a javascript/ajax type error also.
-
only thing in apache log is:
[CODE]10.10.1.68 - - [29/Jan/2014:14:55:45 -0700] “GET /fog/management/ajax/host.search.php?crit=test&_=1391032548832 HTTP/1.1” 500 342 “http://10.10.1.101/fog/management/index.php?node=host&sub=newsearch” “Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0”[/CODE]The only thing I am seeing in dev tools is that it is throwing ‘ERROR_SEARCHING’ but don’t see why.
I have completely removed FOG and the MYSQL database and did a fresh install without any modification or imports and still getting the same problem.
-
Whats the version of php that you’re using?
If it’s > than 5.3, chances are this is your issue.
Try searching and removing anything referencing &$tmp and remove the &.
-
What browser and version are you using (Chrome, Sarfari, Firefox, IE, Opera, etc)?
-
Looks like firefox to me. Gecko/20100101 Firefox/26.0
-
Oh yeah, I see that now. I forgot how to scroll
Could this be an ajax type problem on the client side rather than an error on the server side?
-
And I’d be willing to do a teamviewer type session to look at your setup sometime.
-
That’s what’s making me wonder. Though it appears information is going to the proper place, it’s not translating appropriately. It’s more than possible javascript is disabled on that system.
The question is, does this happen on every system AND browser, or just this one system?