[Mahara-contributors] [Bug 1240208] Re: unable to have multiple favourite skins

2013-10-23 Thread Aaron Wells
** Changed in: mahara
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1240208

Title:
  unable to have multiple favourite skins

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If you have more than one favourite skin you are not able to choose a
  skin for a page any more.

  [WAR] 92 (lib/errors.php:752) Failed to get a recordset: postgres7 error: 
[-1: ERROR:  invalid input syntax for integer: 2,3] in EXECUTE(SELECT s.id, 
s.title, s.owner, s.type
  FROM skin s
  WHERE s.id IN (?)
  ORDER BY s.title, s.id)
  Command was: SELECT s.id, s.title, s.owner, s.type
  FROM skin s
  WHERE s.id IN (?)
  ORDER BY s.title, s.id and values was (2,3)
  Call stack (most recent first):

  log_message(Failed to get a recordset: postgres7 error: [-1: E..., 8, 
true, true) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:109
  log_warn(Failed to get a recordset: postgres7 error: [-1: E...) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:752
  SQLException-__construct(Failed to get a recordset: postgres7 error: 
[-1: E...) at /home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:492
  get_recordset_sql(SELECT s.id, s.title, s.owner, s.type ..., array(size 
1), , ) at /home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:675
  get_records_sql_array(SELECT s.id, s.title, s.owner, s.type ..., 
array(size 1)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/skin.php:443
  Skin::get_favorite_skins() at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/view/skin.php:58

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1240208/+subscriptions

___
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 1240208] Re: unable to have multiple favourite skins

2013-10-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1240208

Title:
  unable to have multiple favourite skins

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  If you have more than one favourite skin you are not able to choose a
  skin for a page any more.

  [WAR] 92 (lib/errors.php:752) Failed to get a recordset: postgres7 error: 
[-1: ERROR:  invalid input syntax for integer: 2,3] in EXECUTE(SELECT s.id, 
s.title, s.owner, s.type
  FROM skin s
  WHERE s.id IN (?)
  ORDER BY s.title, s.id)
  Command was: SELECT s.id, s.title, s.owner, s.type
  FROM skin s
  WHERE s.id IN (?)
  ORDER BY s.title, s.id and values was (2,3)
  Call stack (most recent first):

  log_message(Failed to get a recordset: postgres7 error: [-1: E..., 8, 
true, true) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:109
  log_warn(Failed to get a recordset: postgres7 error: [-1: E...) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:752
  SQLException-__construct(Failed to get a recordset: postgres7 error: 
[-1: E...) at /home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:492
  get_recordset_sql(SELECT s.id, s.title, s.owner, s.type ..., array(size 
1), , ) at /home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:675
  get_records_sql_array(SELECT s.id, s.title, s.owner, s.type ..., 
array(size 1)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/skin.php:443
  Skin::get_favorite_skins() at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/view/skin.php:58

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1240208/+subscriptions

___
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 1240208] Re: unable to have multiple favourite skins

2013-10-15 Thread Robert Lyon
Have patch for this:

https://reviews.mahara.org/#/c/2612/

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1240208

Title:
  unable to have multiple favourite skins

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  If you have more than one favourite skin you are not able to choose a
  skin for a page any more.

  [WAR] 92 (lib/errors.php:752) Failed to get a recordset: postgres7 error: 
[-1: ERROR:  invalid input syntax for integer: 2,3] in EXECUTE(SELECT s.id, 
s.title, s.owner, s.type
  FROM skin s
  WHERE s.id IN (?)
  ORDER BY s.title, s.id)
  Command was: SELECT s.id, s.title, s.owner, s.type
  FROM skin s
  WHERE s.id IN (?)
  ORDER BY s.title, s.id and values was (2,3)
  Call stack (most recent first):

  log_message(Failed to get a recordset: postgres7 error: [-1: E..., 8, 
true, true) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:109
  log_warn(Failed to get a recordset: postgres7 error: [-1: E...) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:752
  SQLException-__construct(Failed to get a recordset: postgres7 error: 
[-1: E...) at /home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:492
  get_recordset_sql(SELECT s.id, s.title, s.owner, s.type ..., array(size 
1), , ) at /home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:675
  get_records_sql_array(SELECT s.id, s.title, s.owner, s.type ..., 
array(size 1)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/skin.php:443
  Skin::get_favorite_skins() at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/view/skin.php:58

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1240208/+subscriptions

___
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