Kalender
Debug-Info: Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
SELECT e.*, c.fullname AS coursefullname, c.shortname AS courseshortname
FROM mdl_event e
INNER JOIN (SELECT ev.modulename,
ev.instance,
ev.eventtype,
MIN(ev.priority) as priority
FROM (SELECT modulename, instance, eventtype, priority
FROM mdl_event ev
WHERE (ev.userid = ? AND ev.courseid = 0 AND ev.groupid = 0 AND ev.categoryid = 0) UNION SELECT modulename, instance, eventtype, priority
FROM mdl_event ev
WHERE ((ev.groupid = 0 AND ev.courseid = ? AND ev.categoryid = 0)) AND (timestart >= ? OR timestart + timeduration > ?) AND timestart <= ?) ev
GROUP BY ev.modulename, ev.instance, ev.eventtype) fe
ON e.modulename = fe.modulename
AND e.instance = fe.instance
AND e.eventtype = fe.eventtype
AND (e.priority = fe.priority OR (e.priority IS NULL AND fe.priority IS NULL))
LEFT JOIN mdl_modules m
ON e.modulename = m.name
LEFT JOIN mdl_course c
ON c.id = e.courseid
WHERE (m.visible = 1 OR m.visible IS NULL) AND (timestart >= ? OR timestart + timeduration > ?) AND timestart <= ? AND ((e.userid = ? AND e.courseid = 0 AND e.groupid = 0 AND e.categoryid = 0) OR (e.groupid = 0 AND e.courseid = ?)) AND (e.visible = 1)
ORDER BY COALESCE(e.timesort, e.timestart) ASC, e.id ASC
[array (
0 => '163',
1 => '1',
2 => 1485903600,
3 => 1485903600,
4 => 1488322799,
5 => 1485903600,
6 => 1485903600,
7 => 1488322799,
8 => '163',
9 => '1',
)]
Error code: dmlreadexception
SELECT e.*, c.fullname AS coursefullname, c.shortname AS courseshortname
FROM mdl_event e
INNER JOIN (SELECT ev.modulename,
ev.instance,
ev.eventtype,
MIN(ev.priority) as priority
FROM (SELECT modulename, instance, eventtype, priority
FROM mdl_event ev
WHERE (ev.userid = ? AND ev.courseid = 0 AND ev.groupid = 0 AND ev.categoryid = 0) UNION SELECT modulename, instance, eventtype, priority
FROM mdl_event ev
WHERE ((ev.groupid = 0 AND ev.courseid = ? AND ev.categoryid = 0)) AND (timestart >= ? OR timestart + timeduration > ?) AND timestart <= ?) ev
GROUP BY ev.modulename, ev.instance, ev.eventtype) fe
ON e.modulename = fe.modulename
AND e.instance = fe.instance
AND e.eventtype = fe.eventtype
AND (e.priority = fe.priority OR (e.priority IS NULL AND fe.priority IS NULL))
LEFT JOIN mdl_modules m
ON e.modulename = m.name
LEFT JOIN mdl_course c
ON c.id = e.courseid
WHERE (m.visible = 1 OR m.visible IS NULL) AND (timestart >= ? OR timestart + timeduration > ?) AND timestart <= ? AND ((e.userid = ? AND e.courseid = 0 AND e.groupid = 0 AND e.categoryid = 0) OR (e.groupid = 0 AND e.courseid = ?)) AND (e.visible = 1)
ORDER BY COALESCE(e.timesort, e.timestart) ASC, e.id ASC
[array (
0 => '163',
1 => '1',
2 => 1485903600,
3 => 1485903600,
4 => 1488322799,
5 => 1485903600,
6 => 1485903600,
7 => 1488322799,
8 => '163',
9 => '1',
)]
Error code: dmlreadexception
Stack trace:
- line 497 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
- line 1364 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
- line 349 of /calendar/classes/local/event/strategies/raw_event_retrieval_strategy.php: call to mysqli_native_moodle_database->get_records_sql()
- line 51 of /calendar/classes/local/event/strategies/raw_event_retrieval_strategy.php: call to core_calendar\local\event\strategies\raw_event_retrieval_strategy->get_raw_events_legacy_implementation()
- line 164 of /calendar/classes/local/event/data_access/event_vault.php: call to core_calendar\local\event\strategies\raw_event_retrieval_strategy->get_raw_events()
- line 94 of /calendar/classes/local/api.php: call to core_calendar\local\event\data_access\event_vault->get_events()
- line 3524 of /calendar/lib.php: call to core_calendar\local\api::get_events()
- line 162 of /calendar/view.php: call to calendar_get_view()