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

why is fog 1.3 asking for a username and password to get to the fog menu? i cant find a setting at all to turn this off

Scheduled Pinned Locked Moved Solved
FOG Problems
4
28
8.6k
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.
  • D
    darkxeno @Tom Elliott
    last edited by Dec 21, 2016, 4:25 PM

    @Tom-Elliott give me a few to re run it

    1 Reply Last reply Reply Quote 0
    • D
      darkxeno @Tom Elliott
      last edited by Dec 21, 2016, 5:17 PM

      @Tom-Elliott its still doing it

      D 1 Reply Last reply Dec 21, 2016, 5:31 PM Reply Quote 0
      • D
        darkxeno @darkxeno
        last edited by Dec 21, 2016, 5:31 PM

        @darkxeno <?php
        /**

        • Boot page for pxe/iPXE
        • PHP version 5
        • @category Boot
        • @package FOGProject
        • @author Tom Elliott tommygunsster@gmail.com
        • @license http://opensource.org/licenses/gpl-3.0 GPLv3
        • @link https://fogproject.org
          /
          /
          *
        • Boot page for pxe/iPXE
        • @category Boot
        • @package FOGProject
        • @author Tom Elliott tommygunsster@gmail.com
        • @license http://opensource.org/licenses/gpl-3.0 GPLv3
        • @link https://fogproject.org
          */
          require ‘…/…/commons/base.inc.php’;
          header(“Content-type: text/plain”);
          $mac = array_merge(
          explode(‘|’, $_REQUEST[‘mac’]),
          explode(‘|’, $_REQUEST[‘mac0’]),
          explode(‘|’, $_REQUEST[‘mac1’]),
          explode(‘|’, $_REQUEST[‘mac2’])
          );
          $mac = array_filter($mac);
          $mac = array_unique($mac);
          $mac = array_values($mac);
          $_REQUEST[‘mac’] = implode(‘|’, (array)$mac);
          $Host = $FOGCore->getHostItem(false, false, true);
          FOGCore::getClass(‘BootMenu’, $Host);

        this the boot.php file

        1 Reply Last reply Reply Quote 0
        • D
          darkxeno
          last edited by Dec 21, 2016, 5:40 PM

          tom i sent you a messge on google talk

          T 1 Reply Last reply Dec 21, 2016, 6:17 PM Reply Quote 0
          • T
            Tom Elliott @darkxeno
            last edited by Dec 21, 2016, 6:17 PM

            @darkxeno I don’t see the message. Maybe you’re talking to the wrong account?

            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

            D 1 Reply Last reply Dec 21, 2016, 6:38 PM Reply Quote 0
            • D
              darkxeno @Tom Elliott
              last edited by Dec 21, 2016, 6:38 PM

              @Tom-Elliott could be it said you been inactive for 4 months lol
              do you have any other ideas what i can do to fix this?

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Dec 21, 2016, 7:29 PM

                Luckily this wasn’t due to a schema issue or anything.

                This was due to somebody installing the capone plugin from a much older version of FOG but with recent changes, it was still in place just looking at the wrong places for values.

                Removed the capone plugin and all is well.

                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

                G 1 Reply Last reply Dec 21, 2016, 10:45 PM Reply Quote 1
                • G
                  george1421 Moderator @Tom Elliott
                  last edited by Dec 21, 2016, 10:45 PM

                  @Tom-Elliott I seemed to recall this same exact issue in another thread. I’m pretty sure this was the solution then too. I could not find that thread for the life of me, but I know we did see this issue before. As FOG turns 1.3.0 we should get this documented somewhere in a faq that users can find easily.

                  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!

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

                  202

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project