У меня есть веб-сайт, основанный на Drupal 6.26, и я хочу перейти на Drupal 8.1.7.
Я следовал этому руководству: https://www.drupal.org/docs/8/upgrade/upgrade-using-drush
Хотя я успешно настроил сайт и добавил 3 модуля в папку «modules».
Но когда я запускаю эту команду: drush en migrate_upgrade migrate_tools migrate_plus -y
тогда появилась ошибка:
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
Вот информация о моей среде:
・ Amazon Linux AMI 2016.03
・ PHP 7.0.10
・ PostgreSQL 9.2
・ Drupal 8.1.7
・ Drush 8.1.15
Подскажите, пожалуйста, в чем моя проблема?
Спасибо!