dl | dt | dc | dj | dv | ds | dg |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | Avui divendres de setembre 22 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
Notícies del lloc
Debug info: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups g , groups_members gm
WHERE g.courseid' at line 2
SELECT gm.id, gm.groupid, gm.userid
FROM groups g , groups_members gm
WHERE g.courseid = ? AND g.id = gm.groupid AND gm.userid = ?
ORDER BY name ASC
[array (
0 => '1',
1 => '2',
)]
Error code: dmlreadexception
WHERE g.courseid' at line 2
SELECT gm.id, gm.groupid, gm.userid
FROM groups g , groups_members gm
WHERE g.courseid = ? AND g.id = gm.groupid AND gm.userid = ?
ORDER BY name ASC
[array (
0 => '1',
1 => '2',
)]
Error code: dmlreadexception
Stack trace:
- line 441 of /lib/dml/moodle_database.php: dml_read_exception thrown
- line 996 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
- line 263 of /lib/grouplib.php: call to mysqli_native_moodle_database->get_records_sql()
- line 5813 of /mod/forum/lib.php: call to groups_get_all_groups()
- line 262 of /mod/forum/discuss.php: call to forum_print_discussion()