mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00277
[Bug 564396] Re: Unable to execute lib/db/upgrade.php on master.
thanks for the quick report! I think Richard has fixed this a different
way already :)
** Changed in: mahara
Status: New => Fix Committed
--
Unable to execute lib/db/upgrade.php on master.
https://bugs.launchpad.net/bugs/564396
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Committed
Bug description:
Now we can't execute lib/db/upgrade.php on master.
So lib/db/upgrade.php needs to be fixed as below.
--- upgrade.php 2010-04-16 13:09:53.000000000 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.000000000 +0900
@@ -1524,7 +1524,7 @@
execute_sql("
UPDATE {activity_type}
SET plugintype = 'artefact', pluginname = 'comment'
- WHERE name = 'feedback'
+ WHERE name = 'artefact_feedback'
");
// Add site setting for anonymous comments
References