← Back to team overview

mahara-contributors team mailing list archive

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

 

Public bug reported:

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

** Affects: mahara
     Importance: Undecided
         Status: New

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

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





Follow ups

References