Problema al borrar Cursos

Problema al borrar Cursos

by Agustin Buitrago -
Number of replies: 1

Buenas tardes a todos, tengo el siguiente problema:

Estoy intentando borrar cursos lo he intentado masivamente e individual (Curso a curso), también pase todos los cursos a una categoría para eliminar la categoría y así eliminarlos todos pero siempre me salen los siguientes errores:

Cuando lo elimino uno a uno:

Borrando PO5MIX.


Warning: copy(/home/educand2/moodledata/filedir/71/3f/713f13de72ce701e23e5f77f670d59ed8acb394f): failed to open stream: No such file or directory in /home/educand2/public_html/fya/lib/filestorage/file_system_filedir.php on line 234

Warning: copy(/home/educand2/moodledata/filedir/0a/01/0a0151f3e9fa0f2b4944c98f9e93dd2b0441f641): failed to open stream: No such file or directory in /home/educand2/public_html/fya/lib/filestorage/file_system_filedir.php on line 234

Warning: copy(/home/educand2/moodledata/filedir/31/a0/31a04994bcfc97b86adf1af6621a859870f08e42): failed to open stream: No such file or directory in /home/educand2/public_html/fya/lib/filestorage/file_system_filedir.php on line 234

Error al leer de la base de datos

Más información sobre este error

Debug info: MySQL server has gone away
SELECT COUNT(*)
FROM mdlhc_backup_ids_temp b
JOIN mdlhc_user u ON u.id = b.itemid
WHERE b.backupid = ?
AND b.itemname = 'userfinal'
AND u.mnethostid != ?
[array (
0 => 'cf23486c2bd35803d131a6889dc2b0bf',
1 => '1',
)]
Error code: dmlreadexception
Stack trace:
  • line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 1247 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 1587 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
  • line 1660 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
  • line 1870 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
  • line 477 of /backup/util/dbops/backup_controller_dbops.class.php: call to moodle_database->count_records_sql()
  • line 1835 of /backup/moodle2/backup_stepslib.php: call to backup_controller_dbops::backup_includes_mnet_remote_users()
  • line 88 of /backup/util/plan/backup_structure_step.class.php: call to backup_main_structure_step->define_structure()
  • line 181 of /backup/util/plan/base_task.class.php: call to backup_structure_step->execute()
  • line 178 of /backup/util/plan/base_plan.class.php: call to base_task->execute()
  • line 119 of /backup/util/plan/backup_plan.class.php: call to base_plan->execute()
  • line 337 of /backup/controller/backup_controller.class.php: call to backup_plan->execute()
  • line 131 of /admin/tool/recyclebin/classes/category_bin.php: call to backup_controller->execute_plan()
  • line 185 of /admin/tool/recyclebin/lib.php: call to tool_recyclebin\category_bin->store_item()
  • line 5039 of /lib/moodlelib.php: call to tool_recyclebin_pre_course_delete()
  • line 68 of /course/delete.php: call to delete_course()
Cuando elimino la categoría con todos los cursos:

Warning: fopen(/home/educand2/moodledata/temp/backup//5f45ca310644894dc818c6b1c04b131b/activities/resource_6278/inforef.xml): failed to open stream: Disk quota exceeded in /home/educand2/public_html/fya/backup/util/xml/output/file_xml_output.class.php on line 55

error/error_opening_file

Más información sobre este error

Debug info:
Error code: error_opening_file
$a contents:
Stack trace:
  • line 56 of /backup/util/xml/output/file_xml_output.class.php: xml_output_exception thrown
  • line 86 of /backup/util/xml/output/xml_output.class.php: call to file_xml_output->init()
  • line 92 of /backup/util/xml/xml_writer.class.php: call to xml_output->start()
  • line 94 of /backup/util/plan/backup_structure_step.class.php: call to xml_writer->start()
  • line 181 of /backup/util/plan/base_task.class.php: call to backup_structure_step->execute()
  • line 222 of /backup/moodle2/backup_activity_task.class.php: call to base_task->execute()
  • line 178 of /backup/util/plan/base_plan.class.php: call to backup_activity_task->execute()
  • line 119 of /backup/util/plan/backup_plan.class.php: call to base_plan->execute()
  • line 337 of /backup/controller/backup_controller.class.php: call to backup_plan->execute()
  • line 131 of /admin/tool/recyclebin/classes/category_bin.php: call to backup_controller->execute_plan()
  • line 185 of /admin/tool/recyclebin/lib.php: call to tool_recyclebin\category_bin->store_item()
  • line 5039 of /lib/moodlelib.php: call to tool_recyclebin_pre_course_delete()
  • line 1936 of /course/classes/category.php: call to delete_course()
  • line 1931 of /course/classes/category.php: call to core_course_category->delete_full()
  • line 257 of /course/management.php: call to core_course_category->delete_full()
que puedo hacer??
Average of ratings: -