← Back to team overview

mahara-contributors team mailing list archive

[Bug 1861370] Re: group member search could result in fatal error message

 

** Description changed:

  group member search could result in fatal error message:
  A nonrecoverable error occurred. This probably means you have encountered a bug in the system
  
  in mahara.org we can see that by searching group members and adding the parameters on the url
- id=1&limit=10&setlimit=77&sortoption=adminfirst&offset=9860
+ &limit=10&setlimit=77&sortoption=adminfirst&offset=9860
+ 
+ The offset must be higher than the number of group members in order to
+ trigger the error.
  
  this happens because there is a difference between the SQL query we use for counting the results and the one we use for getting the actual results.
  The count can be higher than the result numbers

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

Title:
  group member search could result in fatal error message

Status in Mahara:
  In Progress

Bug description:
  group member search could result in fatal error message:
  A nonrecoverable error occurred. This probably means you have encountered a bug in the system

  in mahara.org we can see that by searching group members and adding the parameters on the url
  &limit=10&setlimit=77&sortoption=adminfirst&offset=9860

  The offset must be higher than the number of group members in order to
  trigger the error.

  this happens because there is a difference between the SQL query we use for counting the results and the one we use for getting the actual results.
  The count can be higher than the result numbers

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


References