You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm I know exactly what's going on here. At the moment, the report query the log table 3 times, getting all the records (which must be huge) in your database. Then, that memory size exceeded error happen.
I already had predict that this could happen, I see few possible solutions for that:
Add more filters (last month, last 3 months, last semester and last year), that way we can limit the amount of data retrieved from the log table.
Do a single query, retrieving all the data in the selected period and each method creating it's own array in the correct format.
There's much more work to be done, before make this plugin STABLE.
Thanks again Giles, I'll try to find some time to work on those issues you have reported.
I just installed the plugin and I have an allowed memory size exceeded error on course report.
I use Moodle v2.8.6 :
The text was updated successfully, but these errors were encountered: