Novedades del sitio

Error reading from database

More information about this error

Debug info: Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
SELECT p.*, d.name, d.timemodified, d.usermodified, d.groupid, d.timestart, d.timeend, d.pinned,
u.firstnamephonetic,u.lastnamephonetic,u.middlename,u.alternatename,u.firstname,u.lastname, u.email, u.picture, u.imagealt
FROM mdl_forum_discussions d
JOIN mdl_forum_posts p ON p.discussion = d.id
JOIN mdl_user u ON p.userid = u.id

WHERE d.forum = ? AND p.parent = 0
AND ((d.timestart <= ? AND (d.timeend = 0 OR d.timeend > ?)))
ORDER BY p.modified DESC, d.id DESC LIMIT 0, 3
[array (
0 => '1',
1 => 1752044220.0,
2 => 1752044220.0,
)]
Error code: dmlreadexception
Stack trace:
  • line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 1245 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 2694 of /mod/forum/lib.php: call to mysqli_native_moodle_database->get_records_sql()
  • line 5541 of /mod/forum/lib.php: call to forum_get_discussions()
  • line 232 of /index.php: call to forum_print_latest_discussions()