Restore a backup site with Drupal
问题 I'am trying to restore a backup site from a copy made by Backup and Migrate module in Drupal, I followed those steps: copy the drupal files to www directory create a new mySQL database install drupal using the new db enable backup and migrate module performed the restore I faced this error : Notice: Undefined index: files in theme_backup_migrate_file_list() (line 954 of .../sites/default/modules/backup_migrate/backup_migrate.module) the issue was solved by the dev version of "Backup and