Comment 0 for bug 1861370

Revision history for this message
Cecilia Vela Gurovic (ceciliavg) wrote : 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 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

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

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