mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #09194
[Bug 1010254] [NEW] install page runs queries on table that doesn't exist yet
Public bug reported:
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
** Affects: mahara
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References