Calendário
Debug info: SSL SYSCALL error: EOF detected
SELECT e.*
FROM mdl_event e
LEFT JOIN mdl_modules m ON e.modulename = m.name
-- Non visible modules will have a value of 0.
WHERE (m.visible = 1 OR m.visible IS NULL) AND (e.timestart >= 2130030000 OR e.timestart + e.timeduration > 2130030000) AND e.timestart <= 2132708399 AND ( (e.groupid = 0 AND e.courseid = $1)) AND e.visible = 1
ORDER BY e.timestart
[array (
0 => '1',
)]
Error code: dmlreadexception
SELECT e.*
FROM mdl_event e
LEFT JOIN mdl_modules m ON e.modulename = m.name
-- Non visible modules will have a value of 0.
WHERE (m.visible = 1 OR m.visible IS NULL) AND (e.timestart >= 2130030000 OR e.timestart + e.timeduration > 2130030000) AND e.timestart <= 2132708399 AND ( (e.groupid = 0 AND e.courseid = $1)) AND e.visible = 1
ORDER BY e.timestart
[array (
0 => '1',
)]
Error code: dmlreadexception
Stack trace:
- line 479 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 250 of /lib/dml/pgsql_native_moodle_database.php: call to moodle_database->query_end()
- line 800 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->query_end()
- line 807 of /calendar/lib.php: call to pgsql_native_moodle_database->get_records_sql()
- line 356 of /calendar/renderer.php: call to calendar_get_events()
- line 135 of /calendar/view.php: call to core_calendar_renderer->show_month_detailed()