Problema Database

Re: Problema Database

by studio mandelli -
Number of replies: 0

La tabella "config" non esiste
Debug info: 
Error code: ddltablenotexist
Stack trace:
  • line 554 of /lib/dml/moodle_database.php: dml_exception thrown
  • line 1429 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
  • line 1315 of /lib/moodlelib.php: call to moodle_database->get_field()
  • line 1623 of /lib/adminlib.php: call to set_config()
  • line 2597 of /lib/adminlib.php: call to admin_setting->config_write()
  • line 6489 of /lib/adminlib.php: call to admin_setting_configselect->write_setting()
  • line 37 of /admin/settings.php: call to admin_write_settings()
Si è verificato un errore durante la lettura del database
Debug info: Got error -1 from storage engine
SELECT 
bi.id, 
bp.id AS blockpositionid, 
bi.blockname, 
bi.parentcontextid, 
bi.showinsubcontexts, 
bi.pagetypepattern, 
bi.subpagepattern, 
bi.defaultregion, 
bi.defaultweight, 
COALESCE(bp.visible, 1) AS visible, 
COALESCE(bp.region, bi.defaultregion) AS region, 
COALESCE(bp.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 

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_context ctx ON (ctx.instanceid = bi.id AND ctx.contextlevel = 80) 

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

ORDER BY 
COALESCE(bp.region, bi.defaultregion), 
COALESCE(bp.weight, bi.defaultweight), 
bi.id
[array (
0 => '1',
1 => 'admin-setting-debugging',
2 => '',
3 => '1',
4 => 'admin-setting-debugging',
5 => 'admin-setting-debugging-*',
6 => 'admin-setting-*',
7 => 'admin-*',
8 => '*',
9 => '',
)]
Error code: dmlreadexception
Stack trace:
  • line 423 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 942 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 628 of /lib/blocklib.php: call to mysqli_native_moodle_database->get_recordset_sql()
  • line 1406 of /lib/pagelib.php: call to block_manager->load_blocks()
  • line 846 of /lib/pagelib.php: call to moodle_page->starting_output()
  • line 785 of /lib/outputrenderers.php: call to moodle_page->set_state()
  • line 2405 of /lib/outputrenderers.php: call to core_renderer->header()
  • line 375 of /lib/setuplib.php: call to core_renderer->fatal_error()
  • line ? of unknownfile: call to default_exception_handler()