I just wonder, that I’m doing wrong. „userAdmin_statusCheckAndFix.php“ works nicely sending notice and email but I can’t make „attendance_dailyIncompleteEmail.php“ work. All I get is the following:
That is very odd. Attendance got an overhaul in v18, but this should be working fine in v17 (e.g. no known issues so far).
Are you able to look at the script, and see what SQL is being run and what it is returning? I’d be interested to see if the issue is data that is missing, or being mishandled in some way.
I was playing around with entries in table “gibbonNotificationEvent” and broke something. This resulted in $event = new NotificationEvent(‘Attendance’, ‘Daily Attendance Summary’); to fail and no notificiation/email to be sent.