Activity since Sunday, 6 October 2024, 01:10 AM
Table 'elyru_eres.mdl_log' doesn't exist
SELECT DISTINCT u.id, u.firstname, u.lastname, l.time
FROM mdl_user u,
mdl_role_assignments ra,
mdl_log l
WHERE l.time > '1728151800'
AND l.course = '1'
AND l.module = 'course'
AND l.action = 'enrol'
AND CAST(l.info AS SIGNED) = u.id
AND u.id = ra.userid
AND ra.contextid IN (2,1)
ORDER BY l.time ASC
- line 686 of lib/dmllib.php: call to debugging()
- line 966 of lib/dmllib.php: call to get_recordset_sql()
- line 555 of lib/deprecatedlib.php: call to get_records_sql()
- line 867 of course/lib.php: call to get_recent_enrolments()
- line 27 of blocks/recent_activity/block_recent_activity.php: call to print_recent_activity()
- line 317 of blocks/moodleblock.class.php: call to block_recent_activity->get_content()
- line 341 of blocks/moodleblock.class.php: call to block_base->is_empty()
- line 341 of lib/blocklib.php: call to block_base->_print_block()
- line 270 of index.php: call to blocks_print_group()
Table 'elyru_eres.mdl_log' doesn't exist
SELECT * FROM mdl_log WHERE time > 1728151800 AND course = 1 AND
module = 'course' AND
(action = 'add mod' OR action = 'update mod' OR action = 'delete mod') ORDER BY id ASC
- line 686 of lib/dmllib.php: call to debugging()
- line 609 of lib/dmllib.php: call to get_recordset_sql()
- line 930 of lib/dmllib.php: call to get_recordset_select()
- line 891 of course/lib.php: call to get_records_select()
- line 27 of blocks/recent_activity/block_recent_activity.php: call to print_recent_activity()
- line 317 of blocks/moodleblock.class.php: call to block_recent_activity->get_content()
- line 341 of blocks/moodleblock.class.php: call to block_base->is_empty()
- line 341 of lib/blocklib.php: call to block_base->_print_block()
- line 270 of index.php: call to blocks_print_group()
Nothing new since your last login