[Mahara-contributors] [Bug 1220028] Re: Warnings in the activity_process_queue cron task

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-29 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8rc1 => 1.8.0

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-02 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/1220028

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-02 Thread Aaron Wells
I figured the best thing to do is make the code that tries to generate
the group homepage's URL be more robust for if the page has no group id.
A more invasive alternative would have been to change the set_access()
method so that you can tell it not to send out notifications, but it
seemed like a less elegant solution to add a parameter to the method to
turn off notifications when we're only ever likely to use it one time,
during installation.

https://reviews.mahara.org/2468

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  In Progress

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-02 Thread Aaron Wells
Hm, ultimately this is happening because one of the changes in the code
was to use the proper API functions for creating a view and changing its
access (View::create() and $view->set_access()) rather than inserting
directly into the database, when creating the Group Homepage template
page. This causes a "viewaccess" notification to get sent to the root
user.

And something in the handling of that viewaccess notification, is what
causes this warning. Specifically, it looks like the problem is that the
Group Homepage is a group of type "grouphomepage", but with NULL for its
group column. That causes problems in the code that tries to fetch its
group.

Additionally (and separately), there's that earlier notice, "[DBG] ab
(lib/activity.php:224) profile_url called with no user id". THAT happens
while it's trying to process the "Profile Page" template which belongs
to the root user, and THAT has been present since 1.7 stable, so it is
not a regression.

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  In Progress

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-02 Thread Aaron Wells
Using git bisect, it looks like the problem is caused by something added
in the Pagemaker mega-change:

8b34dc82d4f25e8fec7f97658e5a53789dce8058 is the first bad commit
commit 8b34dc82d4f25e8fec7f97658e5a53789dce8058
Author: Robert Lyon 
Date:   Mon Aug 5 09:45:29 2013 +1200

Merging flexible layouts + artefact chooser panel + new UI changes

- Bugs #1201258, #1181010, #1199563

As these are all integrated together it is easier to test them as
one patchset.

Change-Id: I5ce68a4ea2de1de8b9deeb7d95380fcdcae095a0
Signed-off-by: Robert Lyon 

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  In Progress

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-02 Thread Aaron Wells
It's a regression, because this doesn't happen with a clean install of
1.7. On the other hand, it's just a warning, not an error, so it doesn't
seem to kill your cron job, just throw some junk into your log.

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  In Progress

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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 1220028] Re: Warnings in the activity_process_queue cron task

2013-09-02 Thread Aaron Wells
Specifically, you get this warning whenever there is any content in the
activity_queue table. If it's empty, then activity_process_queue()
doesn't throw a warning.

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

Title:
  Warnings in the activity_process_queue cron task

Status in Mahara ePortfolio:
  In Progress

Bug description:
  To replicate:

  1. Do a clean install of Mahara 1.8dev (from master)
  2. After installation is complete, run the cron job.

  You see a bunch of warning messages from the activity_process_queue
  task:

  [INF] ab (lib/cron.php:153) Running core cron activity_process_queue
  [DBG] ab (lib/activity.php:224) profile_url called with no user id
  [WAR] ab (lib/errors.php:749) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [WAR] ab (lib/errors.php:749) LINE 1: SELECT * FROM "group"  WHERE "id" = ?  
LIMIT 2
  [WAR] ab (lib/errors.php:749)
^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [WAR] ab (lib/errors.php:749) Command was: SELECT * FROM "group"  WHERE "id" 
= ? 
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-2: E...", 8, 
true, true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-2: E...") at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:749
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-2: E...") at /home/aaronw/www/mahara/htdocs/lib/dml.php:492
* get_recordset_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 
0), 0, 2) at /home/aaronw/www/mahara/htdocs/lib/dml.php:333
* get_record_sql("SELECT * FROM "group"  WHERE "id" = ? ", array(size 0)) 
at /home/aaronw/www/mahara/htdocs/lib/dml.php:310
* get_record("group", "id", null) at 
/home/aaronw/www/mahara/htdocs/lib/view.php:775
* View->get_group_object() at 
/home/aaronw/www/mahara/htdocs/lib/view.php:4429
* View->get_url(false) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:960
* ActivityTypeViewaccess->__construct(object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:77
* handle_activity("4", object(stdClass), true) at 
/home/aaronw/www/mahara/htdocs/lib/activity.php:219
* activity_process_queue() at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:158

  [DBG] ab (lib/activity.php:224) Failed to get a recordset: postgres7 error: 
[-2: ERROR:  syntax error at or near "LIMIT"
  [DBG] ab (lib/activity.php:224) LINE 1: SELECT * FROM "group"  WHERE "id" = ? 
 LIMIT 2
  [DBG] ab (lib/activity.php:224)   
 ^] in adodb_throw(SELECT * FROM "group"  WHERE "id" = ?  LIMIT 2, )
  [DBG] ab (lib/activity.php:224) Command was: SELECT * FROM "group"  WHERE 
"id" = ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1220028/+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