Informações sobre a disciplina
Informação de depuração: Table 'ismonitorac_moodlenew.mdl_role' doesn't exist
SELECT ra.contextid, ra.id AS raid,
r.id AS roleid, r.name AS rolename, r.shortname AS roleshortname,
rn.name AS rolecoursealias, u.id, u.username, u.firstnamephonetic, u.lastnamephonetic, u.middlename, u.alternatename, u.firstname, u.lastname
FROM mdl_role_assignments ra
JOIN mdl_user u ON ra.userid = u.id
JOIN mdl_role r ON ra.roleid = r.id
LEFT JOIN mdl_role_names rn ON (rn.contextid = ra.contextid AND rn.roleid = r.id)
WHERE ra.contextid IN (?,?,?) AND ra.roleid = ? AND u.deleted = ?
ORDER BY r.sortorder, u.lastname, u.firstname, u.id
[array (
0 => 1,
1 => 25,
2 => 5714,
3 => '3',
4 => 0,
)]
Error code: dmlreadexception
SELECT ra.contextid, ra.id AS raid,
r.id AS roleid, r.name AS rolename, r.shortname AS roleshortname,
rn.name AS rolecoursealias, u.id, u.username, u.firstnamephonetic, u.lastnamephonetic, u.middlename, u.alternatename, u.firstname, u.lastname
FROM mdl_role_assignments ra
JOIN mdl_user u ON ra.userid = u.id
JOIN mdl_role r ON ra.roleid = r.id
LEFT JOIN mdl_role_names rn ON (rn.contextid = ra.contextid AND rn.roleid = r.id)
WHERE ra.contextid IN (?,?,?) AND ra.roleid = ? AND u.deleted = ?
ORDER BY r.sortorder, u.lastname, u.firstname, u.id
[array (
0 => 1,
1 => 25,
2 => 5714,
3 => '3',
4 => 0,
)]
Error code: dmlreadexception
Stack trace:
- line 497 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 293 of /lib/dml/moodle_read_slave_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 1058 of /course/classes/category.php: call to mysqli_native_moodle_database->get_recordset_sql()
- line 129 of /course/classes/list_element.php: call to core_course_category::preload_course_contacts()
- line 577 of /course/renderer.php: call to core_course_list_element->has_course_contacts()
- line 684 of /course/renderer.php: call to core_course_renderer->course_contacts()
- line 544 of /course/renderer.php: call to core_course_renderer->coursecat_coursebox_content()
- line 91 of /course/renderer.php: call to core_course_renderer->coursecat_coursebox()
- line 72 of /course/info.php: call to core_course_renderer->course_info_box()