I have a website which is based on Drupal 6.26, and I want migrate to Drupal 8.1.7.
I have followed this guide: https://www.drupal.org/docs/8/upgrade/upgrade-using-drush
Although, I set up website successfully, and added 3 modules to "modules" folder.
But when I run this command: drush en migrate_upgrade migrate_tools migrate_plus -y
then an error has appeared:
PHP Fatal error: Class Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher contains 1 abstract method and must therefore be declared abstract or
implement the remaining methods (Symfony\Component\EventDispatcher\EventDispatcherInterface::getListenerPriority)
in /public_html/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php on line 34
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Class Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher contains 1 abstract method and must therefore be declared abstract or implement
the remaining methods
(Symfony\Component\EventDispatcher\EventDispatcherInterface::getListenerPriority) in
/public_html/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php, line 34
Here is my environment's info:
・ Amazon Linux AMI 2016.03
・ PHP 7.0.10
・ PostgreSQL 9.2
・ Drupal 8.1.7
・ Drush 8.1.15
Can you please tell me what my problem is ?
Thanks !