( ! ) Warning: mysqli::query(): MySQL server has gone away in /var/opt/otlamp/w1/sdo/www/htdocs/lib/dml/mysqli_native_moodle_database.php on line 1244
Call Stack
#TimeMemoryFunctionLocation
10.0001361376{main}( ).../index.php:0
20.05975349472theme_opentechnology_core_renderer->header( ).../index.php:112
30.14746350312theme_opentechnology_core_renderer->render_page_layout( ).../outputrenderers.php:1221
40.14746367768include( '/var/opt/otlamp/w1/sdo/www/htdocs/theme/opentechnology/layout/frontpage.php' ).../outputrenderers.php:1291
50.14796367768theme_opentechnology_get_html_for_settings( ).../frontpage.php:32
60.16716625696block_manager->region_uses_dock( ).../lib.php:640
70.18946834960block_manager->ensure_content_created( ).../blocklib.php:644
80.18946834960block_manager->create_block_contents( ).../blocklib.php:1268
90.25467459600block_calendar_month->get_content_for_output( ).../blocklib.php:1216
100.25477460760block_calendar_month->formatted_contents( ).../moodleblock.class.php:230
110.25477460760block_calendar_month->get_content( ).../moodleblock.class.php:288
120.39558650408calendar_get_view( ).../block_calendar_month.php:55
130.39608659224core_calendar\local\api::get_events( ).../lib.php:3481
140.39618667488core_calendar\local\event\data_access\event_vault->get_events( ).../api.php:109
150.39618671280core_calendar\local\event\strategies\raw_event_retrieval_strategy->get_raw_events( ).../event_vault.php:174
160.39618671280core_calendar\local\event\strategies\raw_event_retrieval_strategy->get_raw_events_legacy_implementation( ).../raw_event_retrieval_strategy.php:61
170.39618676328mysqli_native_moodle_database->get_records_sql( ).../raw_event_retrieval_strategy.php:315
180.39628680544query ( ).../mysqli_native_moodle_database.php:1244

( ! ) Warning: mysqli::query(): Error reading result set's header in /var/opt/otlamp/w1/sdo/www/htdocs/lib/dml/mysqli_native_moodle_database.php on line 1244
Call Stack
#TimeMemoryFunctionLocation
10.0001361376{main}( ).../index.php:0
20.05975349472theme_opentechnology_core_renderer->header( ).../index.php:112
30.14746350312theme_opentechnology_core_renderer->render_page_layout( ).../outputrenderers.php:1221
40.14746367768include( '/var/opt/otlamp/w1/sdo/www/htdocs/theme/opentechnology/layout/frontpage.php' ).../outputrenderers.php:1291
50.14796367768theme_opentechnology_get_html_for_settings( ).../frontpage.php:32
60.16716625696block_manager->region_uses_dock( ).../lib.php:640
70.18946834960block_manager->ensure_content_created( ).../blocklib.php:644
80.18946834960block_manager->create_block_contents( ).../blocklib.php:1268
90.25467459600block_calendar_month->get_content_for_output( ).../blocklib.php:1216
100.25477460760block_calendar_month->formatted_contents( ).../moodleblock.class.php:230
110.25477460760block_calendar_month->get_content( ).../moodleblock.class.php:288
120.39558650408calendar_get_view( ).../block_calendar_month.php:55
130.39608659224core_calendar\local\api::get_events( ).../lib.php:3481
140.39618667488core_calendar\local\event\data_access\event_vault->get_events( ).../api.php:109
150.39618671280core_calendar\local\event\strategies\raw_event_retrieval_strategy->get_raw_events( ).../event_vault.php:174
160.39618671280core_calendar\local\event\strategies\raw_event_retrieval_strategy->get_raw_events_legacy_implementation( ).../raw_event_retrieval_strategy.php:61
170.39618676328mysqli_native_moodle_database->get_records_sql( ).../raw_event_retrieval_strategy.php:315
180.39628680544query ( ).../mysqli_native_moodle_database.php:1244
Ошибка
Ошибка чтения из базы данных. Ни в коем случае не выполняйте выключение (перезагрузку) сервера, так как это может привести к необратимой потере данных!
Debug info: MySQL server has gone away
SELECT e.*
FROM mdl_event e
INNER JOIN (SELECT ev.modulename,
ev.instance,
ev.eventtype,
MIN(ev.priority) as priority
FROM mdl_event ev
WHERE (ev.groupid = 0 AND ev.courseid = ? AND ev.categoryid = 0)
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
WHERE (m.visible = 1 OR m.visible IS NULL) AND (timestart >= ? OR timestart + timeduration > ?) AND timestart <= ? AND ((e.groupid = 0 AND e.courseid = ?)) AND (e.visible = 1)
ORDER BY COALESCE(e.timesort, e.timestart) ASC, e.id ASC LIMIT 0, 200
[array (
0 => '1',
1 => 1709233200,
2 => 1709233200,
3 => 1711911599,
4 => '1',
)]
Error code: dmlreadexception
Stack trace: