mafen Are you able to add in the log error here?
I tried upgrading a site from 15.10.2 -> 17.10.0 and had no issue. So I'm wondering what might be causing your problem so I can get it fixed Cheers Robert -- 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 Released 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 _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

