• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Can't search client list

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    23
    5.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      seq-nate
      last edited by

      I cleared the host table, added a new test host and tried to search and still have the same result.

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        And you’re sure, what you’re searching for, is actually in the table?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • S
          seq-nate
          last edited by

          Yes, when I cleared the table I created a new host entry and search for the host name I entered.

          1 Reply Last reply Reply Quote 0
          • C
            chad-bisd Moderator
            last edited by

            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.


            If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

            1 Reply Last reply Reply Quote 0
            • S
              seq-nate
              last edited by

              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.

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                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 &.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • C
                  chad-bisd Moderator
                  last edited by

                  What browser and version are you using (Chrome, Sarfari, Firefox, IE, Opera, etc)?


                  If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    Looks like firefox to me. 🙂 Gecko/20100101 Firefox/26.0

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • C
                      chad-bisd Moderator
                      last edited by

                      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?


                      If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                      1 Reply Last reply Reply Quote 0
                      • C
                        chad-bisd Moderator
                        last edited by

                        And I’d be willing to do a teamviewer type session to look at your setup sometime.


                        If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                        1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott
                          last edited by

                          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?

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          1 Reply Last reply Reply Quote 0
                          • S
                            seq-nate
                            last edited by

                            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.

                            1 Reply Last reply Reply Quote 0
                            • S
                              seq-nate
                              last edited by

                              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?

                              1 Reply Last reply Reply Quote 0
                              • 1
                              • 2
                              • 1 / 2
                              • First post
                                Last post

                              155

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project