error/moodle/wrong setting level moodle backup xml file

De MoodleDocs

Nivel(es) de configuración no soportada

Los únicos niveles de configuración soportados actualmente dentro del archivo moodle_backup.xml (moodle_backup/information/settings/setting/level) (encontrado dentro del archivo mbz) son :

'root', 'course', 'section', 'activity'. 

Todo lo demás no está soportado y no puede compartirse con facilidad.

If your backup file is facing a 'error/wrong_setting_level_moodle_backup_xml_file' error upon others or yourself attempting to restore it, the system that generated the backup file might have a mod or plugin that is adding these unsupported setting levels into the backup. You need to make sure your backup file is compliant with what is currently supported in moodle for it to complete the restoring process. However, note that any unsupported settings and related mod or plugin data won't be reliably restored.

Para limpiar esto, descomprima (unzip) el archivo .mbz. El archivo .mbz es un archivo ZIP y se abre con cualquier programa para archivos ZIP.

Edite el archivo moodle_backup.xml que se encuentra adentro de su directorio extraído.

Remuva cualquier <setting>...</setting> que contenga debajo un bloque de <level>unsupported_level</level> :-

<moodle_backup>
 <information>
   <settings>...remove any unsupported setting/level within the below!
     <setting>
       <level>*local*</level>
         ...
     <setting>
   </settings>
 </information>
</moodle_backup>


Guarde sus cambios y comprima en ZIP de nuevo el directorio, usando el nombre original del archivo original mbz.

Eso es todo, cualquiera debería de poder usar su Respaldo ahora. Ahora compártalo :-).