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

    "Add to group" dropdown broken on host search

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    3
    14
    2.7k
    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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      Do a search in host management - use the “New Search” thing, it’s the default page when you click Host Management.

      Search for Test-650G1-01 and see what happens.

      Then search for Image-Test and see what happens.

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      D 1 Reply Last reply Reply Quote 0
      • D
        Darrin Enerson @Wayne Workman
        last edited by

        @Wayne-Workman Same result on both searches:
        0_1472044338259_FOG Search - Test-650G1-01.JPG 0_1472044351895_FOG Search - Image-Test.JPG

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @Darrin Enerson
          last edited by

          @Darrin-Enerson Next, please try to delete the one group you have, not the hosts in it, just the group. See how that affects it.

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          D 1 Reply Last reply Reply Quote 0
          • D
            Darrin Enerson @Wayne Workman
            last edited by

            @Wayne-Workman Group deleted:
            0_1472044941200_FOG Groups - Deleted.JPG

            New search for Test-650G1-01:
            0_1472044966376_FOG Search - Test-650G1-01 - Deleted Group.JPG

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @Darrin Enerson
              last edited by Wayne Workman

              @Darrin-Enerson Well that makes no sense at all. You could delete the web directory and re-install fog RC-8 to guarantee your web files are good.

              rm -rf /var/www/html/fog
              Then, re-install fog 1.3.0 RC-8, do it as usual. it’ll rebuild the web directory. Then see if the issue is fixed.

              Also, I’m going to give you SQL to check your groups.

              mysql
              use fog;
              select groupID,groupName from groups;
              

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              D 1 Reply Last reply Reply Quote 0
              • D
                Darrin Enerson @Wayne Workman
                last edited by

                @Wayne-Workman The SQL commands produce this:

                [root@fogserver ~]# mysql
                Welcome to the MariaDB monitor.  Commands end with ; or \g.
                Your MariaDB connection id is 31
                Server version: 5.5.50-MariaDB MariaDB Server
                
                Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
                
                Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
                
                MariaDB [(none)]> use fog;
                Reading table information for completion of table and column names
                You can turn off this feature to get a quicker startup with -A
                
                Database changed
                MariaDB [fog]> select groupID,groupName from groups;
                Empty set (0.00 sec)
                

                I deleted /var/www/html/fog as directed and then reinstalled fog from my existing git pull. Created new group “Test”.0_1472047857195_FOG Groups - Test.JPG

                Searched for “Test-650G1-01” with the same result:0_1472047889760_FOG Search - Test-650G1-01 - Test Group.JPG

                Here is the result of the same SQL commands after this process:

                [root@fogserver bin]# mysql
                Welcome to the MariaDB monitor.  Commands end with ; or \g.
                Your MariaDB connection id is 14
                Server version: 5.5.50-MariaDB MariaDB Server
                
                Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
                
                Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
                
                MariaDB [(none)]> use fog;
                Reading table information for completion of table and column names
                You can turn off this feature to get a quicker startup with -A
                
                Database changed
                MariaDB [fog]> select groupID,groupName from groups;
                +---------+-----------+
                | groupID | groupName |
                +---------+-----------+
                |       2 | Test      |
                +---------+-----------+
                1 row in set (0.00 sec)
                
                
                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman @Darrin Enerson
                  last edited by

                  @Darrin-Enerson See if the GUI issue happens on a totally different computer. See if it happens when using Chrome in Incognito mode. Try with Firefox using Privacy Mode.

                  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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Darrin Enerson @Wayne Workman
                    last edited by

                    @Wayne-Workman Both Firefox 48.0.1 and Chrome 52.0.2743.116 m load the drop down appropriately on the same computer that is experiencing the issue in IE11.0.9600.18350. When I try the same page on a different computer running Windows 7 Enterprise with IE11.0.9600.18426 I get the same result with the drop down not appearing correctly. Seems to be an issue with IE11 on Windows 8.1 and 7 at the very least.

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @Darrin Enerson
                      last edited by

                      @Darrin-Enerson My advice would be to not use IE for FOG management.

                      Tom can’t reproduce with IE, nor can I. So the issue is specific to your IE settings, your image, your group policy, whatever it is, it’s specific to you.

                      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!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Darrin Enerson @Wayne Workman
                        last edited by

                        @Wayne-Workman That’s something that I’d considered but what gets me is that the drop down loads appropriately on the “List All Hosts” page. I haven’t taken a look to be certain but I’d guess that the code is the same for both pages for that part so the fact that it works on one for me and not the other would seem to indicate a bug that I’m hitting due to some edge or corner case.

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

                        161

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project