← Back to team overview

mahara-contributors team mailing list archive

[Bug 1737038] A change has been merged

 

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

commit f5953a89bfe16e1e714503157bfadcc71b63582a
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Fri Dec 8 10:34:53 2017 +1300

Bug 1737038: Only clear cache on update and not install

behatnotneeded

Change-Id: Idad7f09bfc88042110262e997b8f72bf3a895d0d
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/1737038

Title:
  Error about table missing on install

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  Error while cleaning caches: Failed to get a recordset: postgres8 error: [-18: ERROR:  relation "iframe_source" does not exist
  LINE 1: SELECT "prefix" FROM "iframe_source"
                              ^] in EXECUTE("SELECT "prefix" FROM "iframe_source" ")Command was: SELECT "prefix" FROM "iframe_source" 

  We added a call to clear all caches on upgrade but this function also
  gets called on install as well.

  We need to only allow the call on upgrade and not install

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


References