Automatically closed - issue fixed for 2 weeks with no activity.
AH01071: Got error 'PHP message: Uncaught PHP Exception Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: "You have requested a non-existent service "path.alias_manager". Did you mean this: "path_alias.manager"?" at /var/www/vhosts/pre/httpdocs/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php line 156'
Drupal 9
change
$current_path_alias = \Drupal::service('path.alias_manager')->getAliasByPath($current_path);
to new
$current_path_alias = \Drupal::service('path_alias.manager')->getAliasByPath($current_path);
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.