← Back to team overview

mahara-contributors team mailing list archive

[Bug 1717371] A change has been merged

 

Reviewed:  https://reviews.mahara.org/8016
Committed: https://git.mahara.org/mahara/mahara/commit/589e4aebe45f6820b24487d142b21a9ddddab329
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 589e4aebe45f6820b24487d142b21a9ddddab329
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Fri Sep 15 10:07:57 2017 +1200

Bug 1717371: Upgrade fails from 15.04

Due to missing column 'logoxs' as this column has not been added yet

behatnotneeded

Change-Id: Ie744485923c1566f10081ab98f16a1e2b08baf5a
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1717371

Title:
  Upgrade from 15.04 -> 17.10 fails on logoxs not found

Status in Mahara:
  Fix Committed

Bug description:
  When upgrading from 15.04 -> 17.10 the upgrade process fails at step

     if ($oldversion < 2015082500) {
          // Add a site default portfolio page template
          log_debug('Add a site default portfolio page template');
          ... 
     }

  This is because there is a call to load_user_institutions() which
  expects the 'logoxs' column but that does not exist yet (it is added
  later in the upgrade).

  As upgrade is run by user id = 0 we can ignore the institution check
  for them (they won't have any institutions anyway).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1717371/+subscriptions


References