danmarsden/moodle-mod_attendance

Error when generating an attendance report

Closed this issue · 5 comments

Moodle version: 4.1.4
Plugin version: 2023020107

When generating a report via "user menu -> reports -> new report -> report source -> attendance" currently we get the following error:
image

The report seems to be getting generated but when trying to view the report the same error occurs. Other reports are working fine.
Thanks for your help!

Thanks for the report! Can you also please clarify what database type you are running? Mysql/postgres etc?

We are using MariaDB/MySQL.

We are also seeing this error with MySQL.

Thanks for confirming that - I usually do my local testing and development against postgres - if you have internal development capabilities, pull requests are always welcome, otherwise I'll try to take a look at this sometime!

I've just pushed a fix into the github repo that should fix this for 4.1 and higher versions - let me know if you get a chance to test this and if it resolves the issues you were having!

thanks,