Error reading from database
Debug info: MySQL server has gone away
SELECT active.filter, fc.name, fc.value
FROM (SELECT f.filter, MAX(f.sortorder) AS sortorder
FROM z61g_filter_active f
JOIN z61g_context ctx ON f.contextid = ctx.id
WHERE ctx.id IN (1)
GROUP BY filter
HAVING MAX(f.active * ctx.depth) > -MIN(f.active * ctx.depth)
) active
LEFT JOIN z61g_filter_config fc ON fc.filter = active.filter AND fc.contextid = 1
ORDER BY active.sortorder
[array (
)]
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 1026 of /lib/filterlib.php: call to mysqli_native_moodle_database->get_recordset_sql()
- line 122 of /lib/filterlib.php: call to filter_get_active_in_context()
- line 189 of /lib/filterlib.php: call to filter_manager->load_filters()
- line 259 of /lib/filterlib.php: call to filter_manager->get_text_filters()
- line 1487 of /lib/weblib.php: call to filter_manager->setup_page_for_filters()
- line 1233 of /lib/pagelib.php: call to format_string()
- line 364 of /login/index.php: call to moodle_page->set_title()
Error reading from database
Debug info: MySQL server has gone away
SELECT f.filter, fc.name, fc.value
FROM z61g_filter_active f
LEFT JOIN z61g_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 1949 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()