After updating this module from 8.x-2.61 to 8.x-2.62 I am seeing following error message in Drupal Core 8.9.1.
NOTICE: PHP message: TypeError: Argument 6 passed to Drupal\url_redirect\EventSubscriber\RedirectSubscriber::__construct() must be an instance of Drupal\Core\Messenger\MessengerInterface, instance of Drupal\Core\Entity\Query\QueryFactory given, called in /var/www/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in /var/www/modules/url_redirect/src/EventSubscriber/RedirectSubscriber.php on line 76 #0 /var/www/core/lib/Drupal/Component/DependencyInjection/Container.php(259): Drupal\url_redirect\EventSubscriber\RedirectSubscriber->__construct(Object(Drupal\Core\Path\CurrentPathStack), Object(Drupal\Core\Path\PathMatcher), Object(Drupal\Core\Entity\EntityTypeManager), Object(Drupal\Core\Session\AccountProxy), Object(Drupal\Core\StringTranslation\TranslationManager), Object(Drupal\Core\Entity\Query\QueryFactory))
cli_1 | #1 /var/www/core/lib/Drupal/Component/DependencyInjection/Container.php(173): Drupal\Component\DependencyInjection\Container->createService(Array, 'url_redirect.ev...')
Comments
Comment #2
foxy-vikvik commented