Estimados amigos:
Soy nueva en la comunidad, tengo un problema que me surge en el momento de duplicar una actividad: dmlreadexception, el mismo que no me permite realizar la acción, realicé la depuración para verificar el detalle:
Table 'kktttmai_mood333.mdlpo_bigbluebuttonbn' doesn't exist
SELECT t.id, t.intro
FROM mdlpo_bigbluebuttonbn t
JOIN mdlpo_backup_ids_temp b ON b.newitemid = t.id
WHERE b.backupid = ?
AND b.itemname = ?
[array (
0 => '7aff1556555286b4d3144122af92c2e5',
1 => 'bigbluebuttonbn',
)]
Error code: dmlreadexception
* line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 1186 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 772 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 181 of /backup/util/plan/base_task.class.php: call to restore_execution_step->execute()
* line 178 of /backup/util/plan/base_plan.class.php: call to base_task->execute()
* line 168 of /backup/util/plan/restore_plan.class.php: call to base_plan->execute()
* line 377 of /backup/controller/restore_controller.class.php: call to restore_plan->execute()
* line 3562 of /course/lib.php: call to restore_controller->execute_plan()
* line 3518 of /course/externallib.php: call to duplicate_module()
* line 244 of /lib/externallib.php: call to core_course_external::edit_module()
* line 79 of /lib/ajax/service.php: call to external_api::call_external_function()
Quisiera que alguien me ayude con este inconveniente, realmente estoy un poco complicada con esta situación.
Saludos