I am using moodle 2.3.x . I'm not sure exactly which version, since I can access it now.
I am getting the following errors after migration:
1. "Coding error detected, it must be fixed by a programmer: moodle_database::update_record_raw() id field must be specified." is shown when debugging is off.
2. "Table "config_plugins" does not exist" + "Table "context" does not exist", is shown with debugging on.
3. The following errors appear in the error.log file:
Error code: ddltablenotexist
* line 519 of /lib/dml/moodle_database.php: dml_exception thrown
* line 1310 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
* line 6385 of /lib/accesslib.php: call to moodle_database->get_record()
* line 7012 of /lib/accesslib.php: call to context_course::instance()
* line 886 of /lib/pagelib.php: call to get_context_instance()
* line 46 of /index.php: call to moodle_page->set_course()
Any help would be appreciated.
Boris.