- Issue created by @beerendlauwers
- Status changed to RTBC
1 day ago 5:05pm 7 January 2025
With fixed_path_alias enabled, you get this error:
TypeError: Drupal\ps\ParagraphsStats::__construct(): Argument #5 ($aliasManager) must be of type Drupal\path_alias\AliasManager, Drupal\fixed_path_alias\FixedPathAliasManager given, called in /var/www/html/webroot/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\ps\ParagraphsStats->__construct() (line 115 of modules/contrib/ps/src/ParagraphsStats.php).
- Enable this module and fixed_path_alias.
- Go to admin/reports/paragraphs-stats-report
Use AliasManagerInterface
instead of AliasManager
when constructing ParagraphsStats.php
.
Active
1.0
Code