- πΊπΈUnited States smustgrave
If still a valid bug please reopen updating issue summary addressing #4
Thanks!
Getting this warning when running drush
Array
(
[routing.route_alter] => Array
(
[eventName] => onAlterRoutes
)
)
[warning] Invalid argument supplied for foreach() RegisterEventSubscribersPass.php:38
RouteSubscriberBase::getSubscribedEvents() is registering its event like so
$events[RoutingEvents::ALTER] = 'onAlterRoutes';
Per https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Routing%2... the 'onAlterRoutes' event should be returned in an array.
Closed: outdated
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If still a valid bug please reopen updating issue summary addressing #4
Thanks!