Can't search client list
-
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?
-
Here are the answers to the posts since I was on last.
-PHP 5.5.3
-I found and removed &$tmp from /var/www/fog/management/includes/tasks.confirm.include.php which resolved, before this issue, a problem creating tasks.
-Yes, I am using Firefox
-I am able to connect to my old FOG server and perform a search without problems. -
I just recently started completely over from scratch because of something else I broke. I installed a fresh copy of Ubuntu 13.10 and downloaded the latest version of FOG. I got it up and running, made no changes and went straight into nodes. I created a node and then tried to search and go the same result. I am still able to list all nodes but not search for one individually. Is there a problem with one of the packages and Ubuntu 13.10?