If the migrate module is not enabled and any operations with the master module are executed, you'll get a fatal error.

PHP Fatal error:  Class 'MigrateDestinationHandler' not found in /var/www/build/sites/all/modules/contrib/metatag/metatag.migrate.inc on line 82
Drush command terminated abnormally due to an unrecoverable error.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

FluxSauce created an issue. See original summary.

FluxSauce’s picture

Status: Active » Needs review
FileSize
1.49 KB

This occurs because of the following line in metatag.info:

files[] = metatag.migrate.inc

Which honestly is the right way to do it. Attached a patch as a workaround.

DamienMcKenna’s picture

Thanks for the patch, I'll review it soon.

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.