Erro ao ler a base de dados
Debug info: MySQL server has gone away
SELECT ue.*
FROM mdl_user_enrolments ue
JOIN mdl_enrol e ON (e.id = ue.enrolid AND e.courseid = ?)
JOIN mdl_user u ON u.id = ue.userid
WHERE ue.userid = ? AND ue.status = ? AND e.status = ? AND u.deleted = 0
[array (
0 => '58',
1 => '1',
2 => 0,
3 => 0,
)]
Error code: dmlreadexception
Stack trace:
- line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 1273 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 1208 of /lib/enrollib.php: call to mysqli_native_moodle_database->get_records_sql()
- line 2959 of /lib/moodlelib.php: call to enrol_get_enrolment_end()
- line 58 of /course/view.php: call to require_login()
Erro ao ler a base de dados
Debug info: MySQL server has gone away
SELECT f.filter, fc.name, fc.value
FROM mdl_filter_active f
LEFT JOIN mdl_filter_config fc
ON fc.filter = f.filter
AND fc.contextid = f.contextid
WHERE f.contextid = ?
AND f.active != ?
ORDER BY f.sortorder
[array (
0 => 1,
1 => -9999,
)]
Error code: dmlreadexception
Stack trace:
- line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 1212 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 801 of /lib/filterlib.php: call to mysqli_native_moodle_database->get_recordset_sql()
- line 281 of /lib/filterlib.php: call to filter_get_globally_enabled_filters_with_config()
- line 1570 of /lib/pagelib.php: call to filter_manager->setup_page_for_globally_available_filters()
- line 1948 of /lib/setuplib.php: call to moodle_page->initialise_theme_and_output()
- line 390 of /lib/setuplib.php: call to bootstrap_renderer->__call()
- line ? of unknownfile: call to default_exception_handler()