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

    Cannot upgrade to 1.5.9

    Scheduled Pinned Locked Moved
    Linux Problems
    2
    5
    492
    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.
    • C
      coop90
      last edited by

      I am on 1.5.5 (was on 1.5.1) and I am trying to upgrade to 1.5.9.
      Below is the error I get on install and the end of the associated log file
      f4489652-4214-4004-adb9-2c038390aae8-image.png
      cd11d583-acd2-4675-8ee7-aaed321a97d2-image.png

      1 Reply Last reply Reply Quote 0
      • C
        coop90
        last edited by coop90

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • C
          coop90
          last edited by

          Update: I update ubuntu to 16 and now can continue the install.

          Right now I am stuck wit hthe schema database update. I see this on the management site:

          <?php
          /**
           * The main index presenter
           *
           * PHP version 5
           *
           * @category Index_Page
           * @package  FOGProject
           * @author   Tom Elliott <tommygunsster@gmail.com>
           * @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 <tommygunsster@gmail.com>
           * @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
          • C
            coop90
            last edited by

            Restarted apache and it is working now.

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

              @coop90 Sounds like you got it all working again. Anything you still need help with?

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

              226

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project