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

    Advanced Menu Command Missing Text Box

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    7
    22
    5.1k
    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.
    • fud18F
      fud18
      last edited by

      Current Version on my Server:
      Running Version 1.5.0-RC-10
      SVN Revision: 6080
      Nov 28, 2017 19:17 pm

      On version 1.5.0-RC-5 to 1.5.0-RC-10 the advanced Menu Command text box is missing and I am unable modify the advanced boot menu.

      1 Reply Last reply Reply Quote 0
      • fud18F
        fud18
        last edited by

        I solved this issue on my server by removing id=“advtext” from line 795 in the /var/www/fog/lib/pages/fogconfigurationpae.class.php file.

        1 Reply Last reply Reply Quote 1
        • Q
          Quazz Moderator
          last edited by

          I do not experience this issue on 1.5 RC 10 personally.

          What OS are you running?

          JunkhackerJ 1 Reply Last reply Reply Quote 0
          • JunkhackerJ
            Junkhacker Developer @Quazz
            last edited by

            @quazz i can confirm the existence of this problem with 1.5.0-RC10 on Ubuntu 16.04.3-LTS. knowing the user (he’s a coworker) his server will be CentOS.

            signature:
            Junkhacker
            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

            Q 1 Reply Last reply Reply Quote 2
            • Q
              Quazz Moderator @Junkhacker
              last edited by

              @junkhacker Interesting, I am running Centos 7 and it still works fine for me.

              Is there anything relevant in apache logs?

              1 Reply Last reply Reply Quote 1
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth

                @fud18 @Junkhacker Maybe it would help to clarify things if you’d post a picture of what exactly seems to be missing.

                @Quazz As well you might post a picture of what you see.

                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

                JunkhackerJ 1 Reply Last reply Reply Quote 0
                • JunkhackerJ
                  Junkhacker Developer @Sebastian Roth
                  last edited by

                  @sebastian-roth 0_1512400060900_adv-missing.png

                  signature:
                  Junkhacker
                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                  1 Reply Last reply Reply Quote 0
                  • Q
                    Quazz Moderator
                    last edited by

                    0_1512401883707_Advancedmenu.PNG

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by

                      @fud18 @Junkhacker Which browser do you use? If you have Chrome or Firefox can you please right click into the page where the text box should be, then click Inspect (Chrome) or Inspect Element (Firefox). In my case the HTML code looks like this:

                      ...
                      <td class="col-xs-6 form-group">
                        <div class="input-group">
                          <textarea id="advtext" class="form-control" name="adv"></textarea>
                        </div>
                      </td>
                      ...
                      

                      Is the <textarea ...> tag missing in your case?

                      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

                      JunkhackerJ 1 Reply Last reply Reply Quote 0
                      • JunkhackerJ
                        Junkhacker Developer @Sebastian Roth
                        last edited by

                        @sebastian-roth tested in firefox and chrome on multiple OSs, textarea isn’t missing on my current box.

                        signature:
                        Junkhacker
                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @junkhacker said in Advanced Menu Command Missing Text Box:

                          textarea isn’t missing on my current box.

                          So it’s probably something CSS is doing to it to make it invisible. I’d love to look at it myself but can’t replicate the issue. Are you familiar with how debugging HTML/CSS/JS works in Firefox?

                          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
                          • R
                            RipAU
                            last edited by

                            Just noticed on my test server (Version 1.5.0-RC-10) that the text box is working with Internet Explorer 11 and Edge Browser but missing on the latest Chrome (Version 62.0.3202.94.) I haven’t been able to test with firefox yet sorry.

                            I’m not a web developer so I’m not exactly sure what I’m looking for with chrome inspect:

                            0_1512455513504_RC10-chrome.png

                            1 Reply Last reply Reply Quote 0
                            • S
                              Sebastian Roth Moderator
                              last edited by

                              @RipAU Thanks! On the right side of that Inspect/Debug view you see all the CSS stuff being assigned to the element you select on the left. You can even live edit the CSS values locally in that view to see if you can make it work again.

                              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
                              • R
                                RipAU
                                last edited by

                                Ahh yep, if I edit the HTML and just remove:

                                id="advtext"
                                

                                The text box re-appears, so yes I’m assuming it is related to the CSS?

                                Just FYI, I tested it with the latest Firefox and the text box is working. It only appears to be having an issue in Chrome for me.

                                Cheers,
                                Adam

                                1 Reply Last reply Reply Quote 0
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  @RipAU Thanks! Is this Chrome on Windows?? I have Chrome on Debian Linux and no issue with that. At first I though it could be CSS related but that id="advtext" is just that, an identifier. So far I haven’t found any related CSS code. This is interesting.

                                  @fud18 @Junkhacker Can you confirm this is happening only in Chrome?

                                  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

                                  JunkhackerJ 1 Reply Last reply Reply Quote 0
                                  • JunkhackerJ
                                    Junkhacker Developer @Sebastian Roth
                                    last edited by Junkhacker

                                    @sebastian-roth happening in
                                    chrome and Firefox (but not edge or explorer) on Windows 10 and
                                    chromium and Firefox on Lubuntu 17.10 and
                                    Firefox (but not safari) on Mac OS Sierra

                                    signature:
                                    Junkhacker
                                    We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      RipAU
                                      last edited by

                                      Yep just seeing this issue in Chrome with Windows 10.

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

                                        I’m so very confused by this. I can’t seem to replicate it, and there doesn’t appear to be a reason for the css to be causing issues. I could understand the problem if there were 2 css id tags of the same value, but this doesn’t appear to be the case (else it would appear on all browsers I would think).

                                        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
                                          Sebastian Roth Moderator
                                          last edited by

                                          @Tom-Elliott Which OS/browser combination are have you tried replicating this?

                                          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

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

                                            @sebastian-roth so far just chrome, which from what I can tell is one of the “broken” browsers.

                                            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
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            189

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project