← Back to team overview

mahara-contributors team mailing list archive

[Bug 564396] Re: Unable to execute lib/db/upgrade.php on master.

 

Yep, sorry about that.  Should be fixed now.

** Changed in: mahara
    Milestone: None => 1.3.0

** Changed in: mahara
   Importance: Undecided => High

-- 
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