Hi all,
I am trying to restore a course in moodle 2.3.2 and keep getting this error:
Debug info: Unknown column 't.intro' in 'field list'
SELECT t.id, t.intro
FROM mdl_nanogong t
JOIN mdl_backup_ids_temp b ON b.newitemid = t.id
WHERE b.backupid = ?
AND b.itemname = ?
[array (
0 => 'af2714cda1c587b590b29d672ebcd0f1',
1 => 'nanogong',
)]
Error code: dmlreadexception
Stack trace:
line 407 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 903 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 103 of /backup/util/helper/restore_decode_content.class.php: call to mysqli_native_moodle_database->get_recordset_sql()
line 72 of /backup/util/helper/restore_decode_content.class.php: call to restore_decode_content->get_iterator()
line 81 of /backup/util/helper/restore_decode_processor.class.php: call to restore_decode_content->process()
line 431 of /backup/moodle2/restore_stepslib.php: call to restore_decode_processor->execute()
line 34 of /backup/util/plan/restore_execution_step.class.php: call to restore_decode_interlinks->define_execution()
line 153 of /backup/util/plan/base_task.class.php: call to restore_execution_step->execute()
line 163 of /backup/util/plan/base_plan.class.php: call to base_task->execute()
line 157 of /backup/util/plan/restore_plan.class.php: call to base_plan->execute()
line 315 of /backup/controller/restore_controller.class.php: call to restore_plan->execute()
line 147 of /backup/util/ui/restore_ui.class.php: call to restore_controller->execute_plan()
line 46 of /backup/restore.php: call to restore_ui->execute()
Any help with this would be great - I'm pretty new to all this and have no idea where to start!
Many thanks