• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • F
    fud18
    last edited by Nov 29, 2017, 1:19 AM

    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
    • F
      fud18
      last edited by Nov 29, 2017, 1:52 AM

      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 Nov 29, 2017, 3:29 PM

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

        What OS are you running?

        J 1 Reply Last reply Nov 29, 2017, 6:35 PM Reply Quote 0
        • J
          Junkhacker Developer @Quazz
          last edited by Nov 29, 2017, 6:35 PM

          @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 Nov 30, 2017, 9:01 AM Reply Quote 2
          • Q
            Quazz Moderator @Junkhacker
            last edited by Nov 30, 2017, 9:01 AM

            @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 Dec 2, 2017, 6:11 AM Dec 2, 2017, 12:11 PM

              @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

              J 1 Reply Last reply Dec 4, 2017, 3:07 PM Reply Quote 0
              • J
                Junkhacker Developer @Sebastian Roth
                last edited by Dec 4, 2017, 3:07 PM

                @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 Dec 4, 2017, 3:38 PM

                  0_1512401883707_Advancedmenu.PNG

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Dec 4, 2017, 8:30 PM

                    @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

                    J 1 Reply Last reply Dec 4, 2017, 9:12 PM Reply Quote 0
                    • J
                      Junkhacker Developer @Sebastian Roth
                      last edited by Dec 4, 2017, 9:12 PM

                      @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 Dec 4, 2017, 11:22 PM

                        @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 Dec 5, 2017, 6:32 AM

                          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 Dec 5, 2017, 7:08 AM

                            @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 Dec 6, 2017, 2:31 AM

                              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 Dec 6, 2017, 9:46 AM

                                @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

                                J 1 Reply Last reply Dec 6, 2017, 2:52 PM Reply Quote 0
                                • J
                                  Junkhacker Developer @Sebastian Roth
                                  last edited by Junkhacker Dec 6, 2017, 8:55 AM Dec 6, 2017, 2:52 PM

                                  @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 Dec 7, 2017, 3:13 AM

                                    Yep just seeing this issue in Chrome with Windows 10.

                                    1 Reply Last reply Reply Quote 0
                                    • Tom ElliottT
                                      Tom Elliott
                                      last edited by Jan 23, 2018, 12:29 AM

                                      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 Jan 23, 2018, 8:46 AM

                                        @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 Jan 23, 2018, 11:22 AM Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott @Sebastian Roth
                                          last edited by Jan 23, 2018, 11:22 AM

                                          @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

                                          151

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project