← Back to team overview

mahara-contributors team mailing list archive

[Bug 1478724] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5013
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/d42a8638d205699ec9a48a251c0e2581d6a92fa9
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    master

commit d42a8638d205699ec9a48a251c0e2581d6a92fa9
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Tue Jul 28 11:13:47 2015 +1200

Bug 1478724: Upgrage broken due to multirecipientnotifications changes

When upgrading a site that existed before the plugin was added to core

behatnotneeded

Change-Id: Iab03723aa86a8d7d0311f9d27fb6dfc2bedb36f4
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/1478724

Title:
  Upgrading from 1.8 to 15.10 fails due to multirecipient change to
  module

Status in Mahara:
  In Progress

Bug description:
  The upgrade fails due to two things.

  1) It tries to install artefact.multirecipientnotification plugin but that aretafact plugin does not exist anymore (line 3780)
  - To fix make it install module.multirecipientnotification plugin instead

  2) It then tries to drop the triggers / move the non existing table and at this point upgrade dies.
  - To fix make it check that the table exists before trying to move table from artefact to module

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


References