يتعين عليك تسجيل الدخول لاستعراض الدورات التدريبية
Debug info: Table 'intellectilearn_ddadb.ile_filter_active' doesn't exist
SELECT active.filter, fc.name, fc.value
FROM (
SELECT fa.filter, MAX(fa.sortorder) AS sortorder
FROM ile_filter_active fa
JOIN ile_context ctx ON fa.contextid = ctx.id
WHERE ctx.id IN (1,2)
GROUP BY fa.filter
HAVING MAX(fa.active * ctx.depth) > -MIN(fa.active * ctx.depth)
) active
LEFT JOIN ile_filter_config fc ON fc.filter = active.filter AND fc.contextid = ?
ORDER BY active.sortorder
LIMIT 0, 10000
[array (
0 => 2,
)]
Error code: dmlreadexception
Stack trace:
- line 497 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 346 of /lib/dml/moodle_read_replica_trait.php: call to moodle_database->query_end()
- line 1303 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
- line 542 of /lib/filterlib.php: call to mysqli_native_moodle_database->get_recordset_sql()
- line 102 of /filter/classes/filter_manager.php: call to filter_get_active_in_context()
- line 198 of /filter/classes/filter_manager.php: call to core_filters\filter_manager->load_filters()
- line 267 of /filter/classes/filter_manager.php: call to core_filters\filter_manager->get_text_filters()
- line 114 of /lib/classes/formatting.php: call to core_filters\filter_manager->setup_page_for_filters()
- line 758 of /lib/weblib.php: call to core\formatting->format_string()
- line 1404 of /lib/pagelib.php: call to format_string()
- line 123 of /index.php: call to moodle_page->set_title()
يتعين عليك تسجيل الدخول لاستعراض الدورات التدريبية
Debug info: Table 'intellectilearn_ddadb.ile_filter_active' doesn't exist
SELECT f.filter, fc.name, fc.value
FROM ile_filter_active f
LEFT JOIN ile_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 497 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 346 of /lib/dml/moodle_read_replica_trait.php: call to moodle_database->query_end()
- line 1303 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
- line 319 of /lib/filterlib.php: call to mysqli_native_moodle_database->get_recordset_sql()
- line 289 of /filter/classes/filter_manager.php: call to filter_get_globally_enabled_filters_with_config()
- line 1865 of /lib/pagelib.php: call to core_filters\filter_manager->setup_page_for_globally_available_filters()
- line 108 of /lib/classes/output/bootstrap_renderer.php: call to moodle_page->initialise_theme_and_output()
- line 178 of /lib/setuplib.php: call to core\output\bootstrap_renderer->__call()
- line ? of unknownfile: call to default_exception_handler()