Notice: fwrite(): Write of 167267 bytes failed with errno=28 No space left on device in /var/www/html/pm4dev/pm4dev/cache/stores/file/lib.php on line 856

Notice: fwrite(): Write of 289 bytes failed with errno=28 No space left on device in /var/www/html/pm4dev/pm4dev/cache/stores/file/lib.php on line 856
Error

Error

Error reading from database
Debug info: Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
SELECT
bi.id,
COALESCE(bp.id, bs.id) AS blockpositionid,
bi.blockname,
bi.parentcontextid,
bi.showinsubcontexts,
bi.pagetypepattern,
bi.requiredbytheme,
bi.subpagepattern,
bi.defaultregion,
bi.defaultweight,
COALESCE(bp.visible, bs.visible, 1) AS visible,
COALESCE(bp.region, bs.region, bi.defaultregion) AS region,
COALESCE(bp.weight, bs.weight, bi.defaultweight) AS weight,
bi.configdata
, ctx.id AS ctxid, ctx.path AS ctxpath, ctx.depth AS ctxdepth, ctx.contextlevel AS ctxlevel, ctx.instanceid AS ctxinstance, ctx.locked AS ctxlocked

FROM mdl_block_instances bi
JOIN mdl_block b ON bi.blockname = b.name
LEFT JOIN mdl_block_positions bp ON bp.blockinstanceid = bi.id
AND bp.contextid = ?
AND bp.pagetype = ?
AND bp.subpage = ?
LEFT JOIN mdl_block_positions bs ON bs.blockinstanceid = bi.id
AND bs.contextid = ?
AND bs.pagetype = ?
AND bs.subpage = ?
LEFT JOIN mdl_context ctx ON (ctx.instanceid = bi.id AND ctx.contextlevel = ?)

WHERE
(bi.parentcontextid IN (?, ?) OR (bi.showinsubcontexts = 1 AND bi.parentcontextid = ?))
AND bi.pagetypepattern IN (?,?,?,?)
AND (bi.subpagepattern IS NULL OR bi.subpagepattern = ?)
AND (bp.visible = 1 OR bp.visible IS NULL) AND (bs.visible = 1 OR bs.visible IS NULL)
AND b.visible = 1
AND (bi.requiredbytheme = 0)

ORDER BY
COALESCE(bp.region, bs.region, bi.defaultregion),
COALESCE(bp.weight, bs.weight, bi.defaultweight),
bi.id
[array (
0 => 2,
1 => 'site-index',
2 => '',
3 => 1,
4 => 'site-index',
5 => '',
6 => 80,
7 => 2,
8 => 1,
9 => '1',
10 => 'site-index',
11 => 'site-index-*',
12 => 'site-*',
13 => '*',
14 => '',
)]
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 791 of /lib/blocklib.php: call to mysqli_native_moodle_database->get_recordset_sql()
  • line 1812 of /lib/pagelib.php: call to block_manager->load_blocks()
  • line 1132 of /lib/pagelib.php: call to moodle_page->starting_output()
  • line 883 of /lib/classes/output/core_renderer.php: call to moodle_page->set_state()
  • line 120 of /index.php: call to core\output\core_renderer->header()