-
Bug
-
Resolution: Fixed
-
Major
-
3.5.1
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
MDL-62897-master -
When trying to restore a course I get the following error with no way of going forward:
Invalid get_string() identifier: 'restoremultipletopcats' or component 'questions'. Perhaps you are missing $string['restoremultipletopcats'] = ''; in mod/questions/lang/en/questions.php? |
line 349 of /lib/classes/string_manager_standard.php: call to debugging() |
line 7089 of /lib/moodlelib.php: call to core_string_manager_standard->get_string() |
line 721 of /backup/util/dbops/restore_dbops.class.php: call to get_string() |
line 520 of /backup/util/dbops/restore_dbops.class.php: call to restore_dbops::prechek_precheck_qbanks_by_level() |
line 178 of /backup/util/helper/restore_prechecks_helper.class.php: call to restore_dbops::precheck_categories_and_questions() |
line 382 of /backup/controller/restore_controller.class.php: call to restore_prechecks_helper::execute_prechecks() |
line 992 of /backup/util/ui/restore_ui_stage.class.php: call to restore_controller->execute_precheck() |
line 372 of /backup/util/ui/restore_ui.class.php: call to restore_ui_stage_process->process() |
line 123 of /backup/restore.php: call to restore_ui->requires_substage() |
I checked out the question bank for this quiz. And it does have multiple TOP categories. But I have no way to delete the extra ones as when I look in category management, the extra ones do not show.
- is a regression caused by
-
MDL-61132 Create a "top" category in question bank
-
- Closed
-