- Issue created by @makbay
The Dashboards module's "Show RSS Feeds" block fails to display RSS feeds due to a missing dependency on Laminas\ServiceManager. When trying to display the RSS feed on a page, an error occurs:
Error: Class "Laminas\ServiceManager\AbstractPluginManager" not found in include() (line 29 of /var/www/html/vendor/laminas/laminas-feed/src/Reader/ExtensionPluginManager.php).
This issue is caused by the absence of the laminas/laminas-servicemanager package, which is suggested by the laminas/laminas-feed library.
Expected behavior: The RSS feed should be displayed on the page.
Actual behavior: The page throws an error related to the missing Laminas\ServiceManager dependency.
To resolve this issue, the Dashboards module should explicitly declare the laminas/laminas-servicemanager package as a dependency in its composer.json. This will ensure that the necessary dependency is available when the module is installed or updated.
None
None
None
Active
2.1
Code