← Back to team overview

mahara-contributors team mailing list archive

[Bug 1010254] Re: install page runs queries on table that doesn't exist yet

 

** Changed in: mahara
    Milestone: 1.6.0 => 1.7.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1010254

Title:
  install page runs queries on table that doesn't exist yet

Status in Mahara ePortfolio:
  Triaged

Bug description:
  After dropping the database and loading the install page, the
  following appears many times in postgres logs:

  2012-06-08 11:52:33 NZST ERROR:  relation "blocktype_installed" does not exist at character 15
  2012-06-08 11:52:33 NZST STATEMENT:  SELECT * FROM "blocktype_installed" ORDER BY artefactplugin,name

  Running queries before the db is built does not seem efficient to me.

  Master, postgres

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


References