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

2010-09-09 Thread Richard Mansfield
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

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.0 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.0 +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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2010-04-15 Thread Richard Mansfield
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.0 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.0 +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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2010-04-15 Thread Evan Goldenberg
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.0 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.0 +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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2010-04-15 Thread Richard Mansfield
** Changed in: mahara
 Assignee: (unassigned) => Richard Mansfield (richard-mansfield)

-- 
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.0 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.0 +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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2010-04-15 Thread Mitsuhiro Yoshida

** Patch added: "upgrade.php.diff"
   http://launchpadlibrarian.net/44391039/upgrade.php.diff

-- 
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.0 +0900
+++ upgrade.php.fix 2010-04-16 13:07:30.0 +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



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp