Calendário
Warning: Error while sending QUERY packet. PID=851 in /home/cultura/public_html/lib/dml/mysqli_native_moodle_database.php on line 1087
Debug info: MySQL server has gone away
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 >= 1775012400 OR e.timestart + e.timeduration > 1775012400) AND e.timestart <= 1777604399 AND ( (e.groupid = 0 AND e.courseid = ?)) 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 >= 1775012400 OR e.timestart + e.timeduration > 1775012400) AND e.timestart <= 1777604399 AND ( (e.groupid = 0 AND e.courseid = ?)) AND e.visible = 1
ORDER BY e.timestart
[array (
0 => '1',
)]
Error code: dmlreadexception
Stack trace:
- line 474 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 1088 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 807 of /calendar/lib.php: call to mysqli_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()