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

Cannot upgrade to 1.5.9

Scheduled Pinned Locked Moved
Linux Problems
2
5
616
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 Jan 12, 2021, 6:48 PM

    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 Jan 12, 2021, 1:18 PM Jan 12, 2021, 7:11 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • C
        coop90
        last edited by Jan 12, 2021, 8:26 PM

        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 Jan 12, 2021, 8:32 PM

          Restarted apache and it is working now.

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Jan 13, 2021, 3:40 PM

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

            193

            Online

            12.2k

            Users

            17.4k

            Topics

            155.5k

            Posts
            Copyright © 2012-2024 FOG Project