Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate-execute not working with Drupal 8.1? #2186

Closed
ultimike opened this issue Apr 29, 2016 · 2 comments
Closed

migrate-execute not working with Drupal 8.1? #2186

ultimike opened this issue Apr 29, 2016 · 2 comments

Comments

@ultimike
Copy link
Contributor

Has the migrate-execute command been updated to work with Drupal 8.1?

I have a very simple migration (see ) that I upgraded to 8.1, but it fails to run with Drupal Console (1.0.0-alpha1). The error I received is:

Recoverable fatal error: Argument 1 passed to Drupal\migrate\MigrateExecutable::__construct() must be an instance of Drupal\migrate\Plugin\MigrationInterface, instance of Drupal\migrate_plus\Entity\Migration given, called in phar:///usr/local/bin/drupal/src/Command/Migrate/ExecuteCommand.php on line 288 and defined in /Users/michael/Sites/drupal8migrate/core/modules/migrate/src/MigrateExecutable.php on line 109
Recoverable fatal error: Argument 1 passed to Drupal\migrate\MigrateExecutable::__construct() must be an instance of Drupal\migrate\Plugin\MigrationInterface, instance of Drupal\migrate_plus\Entity\Migration given, called in phar:///usr/local/bin/drupal/src/Command/Migrate/ExecuteCommand.php on line 288 and defined in Drupal\migrate\MigrateExecutable->__construct() (line 109 of /Users/michael/Sites/drupal8migrate/core/modules/migrate/src/MigrateExecutable.php).

thanks,
-mike

@enzolutions
Copy link
Contributor

Fixed at #2493

@enzolutions
Copy link
Contributor

Issue closed after issue merged and will be released in Beta4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants