I just updated from 7.x-2.2 to 7.x-2.8 and ran all of the database updates (using drush), and backup_migrate is now broken.

/admin/config/system/backup_migrate gives WSOD, `drush cc all` cannot complete because of the following error.

[warning] require_once(./sites/all/modules/contrib/backup_migrate/includes/destinations.nodesquirrel.inc): failed to open stream: No such file or directory filters.backup_restore.inc:162
PHP Fatal error:  require_once(): Failed opening required './sites/all/modules/contrib/backup_migrate/includes/destinations.nodesquirrel.inc' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/sites/all/modules/contrib/backup_migrate/includes/filters.backup_restore.inc on line 162

[error] Drush command terminated abnormally due to an unrecoverable error.
Error: require_once(): Failed opening required './sites/all/modules/contrib/backup_migrate/includes/destinations.nodesquirrel.inc' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/sites/all/modules/contrib/backup_migrate/includes/filters.backup_restore.inc, line 162

drush registry-rebuild doesn't help anything either.

We are not currently using nodesquirrel (and do not have the nodesquirrel module installed).

Comments

couturier’s picture

Status: Active » Closed (outdated)

I believe you'll find this problem resolved with newer versions of the module. NodeSquirrel isn't supported in the D8 version.