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

No Web Interface / PXE boot after upgrading FOG on CentOS

Scheduled Pinned Locked Moved Solved
FOG Problems
1
2
234
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.
  • V
    Vasahond
    last edited by Apr 26, 2018, 7:42 PM

    I checked some of the other threads to see if a solution to my problem existed, but I’ve tried everything:
    -Nothing indicative of a problem in logs. Not finding PHP errors or anything of the like in httpd logs.
    -Ran df -h to check for space issues; none exists.
    -Blanked root password in mysql to no avail.

    I’m not really sure where to check or what to do. Upon pulling up FOG management page, I get the following:

    • @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @link https://fogproject.org / /* * The main index presenter * * @category Index_Page * @package FOGProject * @author Tom Elliott * @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @link https://fogproject.org */ require ‘…/commons/base.inc.php’; $FOGPageManager = FOGCore::getClass(‘FOGPageManager’); if (session_status() != PHP_SESSION_NONE) { if (isset($_SESSION[‘delitems’]) && !in_array($sub, array(‘deletemulti’, ‘deleteconf’)) ) { unset($_SESSION[‘delitems’]); } } FOGCore::getClass(‘ProcessLogin’)->processMainLogin(); require ‘…/commons/text.php’; $Page = FOGCore::getClass(‘Page’); $nodes = array( ‘schema’, ‘client’, ‘ipxe’ ); if (!in_array($node, $nodes) && ($node == ‘logout’ || !$currentUser->isValid()) ) { $currentUser->logout(); $Page ->setTitle($foglang[‘Login’]) ->setSecTitle($foglang[‘ManagementLogin’]) ->startBody(); FOGCore::getClass(‘ProcessLogin’) ->mainLoginForm(); $Page ->endBody() ->render(); } else { if (FOGCore::$ajax) { $FOGPageManager->render(); exit; } $Page->startBody(); $FOGPageManager->render(); //if ($FOGPageManager->getFOGPageName() !== $FOGPageManager->getFOGPageTitle()) { $Page ->setTitle($FOGPageManager->getFOGPageTitle()); //} $Page->setSecTitle($FOGPageManager->getFOGPageName()); $Page ->endBody() ->render(); }
    1 Reply Last reply Reply Quote 0
    • V
      Vasahond
      last edited by Vasahond Apr 26, 2018, 2:04 PM Apr 26, 2018, 8:04 PM

      https://forums.fogproject.org/topic/11722/problem-during-upgrade-from-1-5-0-to-1-5-2/18

      I just didn’t read enough. Disregard! This fixed it.

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

      188

      Online

      12.0k

      Users

      17.3k

      Topics

      155.2k

      Posts
      Copyright © 2012-2024 FOG Project