← Back to team overview

mahara-contributors team mailing list archive

[Bug 1737038] [NEW] Error about table missing on install

 

Public bug reported:

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

** Affects: mahara
     Importance: Medium
         Status: In Progress

-- 
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:
  In Progress

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


Follow ups