Debug info: Disk full (/tmp/#sql_620_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") SELECT p.*, u.id AS useridalias,u.picture,u.firstname,u.lastname,u.firstnamephonetic,u.lastnamephonetic,u.middlename,u.alternatename,u.imagealt,u.email FROM cocoon_post p, cocoon_user u, cocoon_tag t, cocoon_tag_instance ti WHERE u.deleted = 0 AND p.userid = u.id AND (p.module = 'blog' OR p.module = 'blog_external') AND p.publishstate = 'public' AND ti.tagid = t.id AND ti.itemtype = 'post' AND ti.component = 'core' AND ti.itemid = p.id AND t.id = ? ORDER BY created DESC LIMIT 0, 10 [array ( 0 => 94030, )] Error code: dmlreadexception
Stack trace:
line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 1247 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 614 of /blog/locallib.php: call to mysqli_native_moodle_database->get_records_sql()
line 731 of /blog/locallib.php: call to blog_listing->get_entries()
line 170 of /blog/index.php: call to blog_listing->print_entries()