Event Reminders
Maintained by
Isuru Madushanka Weerarathna
This plugin will automate sending reminders for calendar events.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
We have been having issues with the 1.3 (2013090100)Moodle 2.5 version installed on our Moodle 2.6
This has been sending out the reminders repeatedly on the one day instead of just once.
I was wondering if you knew when the next upgrade will be released to work on either Moodle 2.6 and/or 2.7
Thanks!
Which version should we use for moodle 2.6.4
We have reminder version 2013090100 installed but reminders are not being sent.
Many thanks.
I migrated the reminder module to the new task and event system.
Should be 2.7 ready, feel free to test it.
https://github.com/mwehr/moodle-reminders-for-calendar-events
regards
Mario
Thanks again. Great work.
maybe you can developed for modlee 2.6
Thanks
Thank you for the pluging. it works perfectly but now when I execute the cron.php it gives mistake that it cannot write in the database. Without the pluging it works. I use moodle 2.4
I have activated the debuging and he says
Warning: Missing argument 6 for get_logs(), called in /var/www/moodle/local/reminders/lib.php on line 70 and defined in /var/www/moodle/lib/datalib.php on line 1945
[Local Reminder] This is the first cron cycle
[Local Reminder] Time window: dilluns, 17 febrer 2014, 11:58 to dimecres, 19 febrer 2014, 11:58
[Local Reminder] Found 3 upcoming events. Continuing...
[Local Reminder] Processing event#1989 [Type: due, inaheadof=3 days]...
[Local Reminder] Finding out users for event#1989...
[Local Reminders] host [ intranet.eina.cat ]
[Local Reminder] Starting sending reminders for 1989 [type: due]
[Local Reminder] All reminders was sent successfully for event#1989 !
[Local Reminder] Processing event#1997 [Type: due, inaheadof=3 days]...
[Local Reminder] Finding out users for event#1997...
[Local Reminders] host [ intranet.eina.cat ]
[Local Reminder] Starting sending reminders for 1997 [type: due]
Deleting and returning to install it returns to work but it can return to fail. Thank you very much,
Thanks for the plugin, it works great on Moodle 2.6 for me!
Is it, or would it be possible to have an option to send reminder to only those who not completed a task? My problem is that the email is sent out to everyone who has the task in the course, and if someone has completed a task and gets a reminder of it, that can be quite confusing for him/her.
Hi Isuru, thank you for your response and for your work on the plugin.
Thanks for noticing this. I think there is an issue with database quering in Moodle v2.5 which some users have complained plugin is not working properly. I will look into this and soon I will be able to solve the problem.
Thanks again.
In group_reminder.class.php go to line 58.
change:
if (!empty($this->course)) {
to
if (!empty($this->course) && !empty($this->event->instance)) {
This should fix a bug when for some reason the event instance is empty.
hope it helps
regards
Mario
Processing customized cron scripts ...Processing cron function for local_reminders...
... started 16:41:08. Current memory use 30.5MB.
[Local Reminder] Time window: Thursday, 28 November 2013, 12:44 AM to Wednesday, 4 December 2013, 2:41 AM
[Local Reminder] Found 1 upcoming events. Continuing...
[Local Reminder] Processing event#24 [Type: group, inaheadof=1 days]...
[Local Reminder] Finding out users for event#24...
!!! Error reading from database !!!