You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an upgrade from TYPO3 v9.5 with EXT:page_speed_insights 2.1 to TYPO3 11.5 and EXT:page_speed_insights 3.0 I ended up with this error message:
Invalid service "dashboard.widget.lighthouse.accessibilityScore": class "TYPO3\CMS\Dashboard\Widgets\WidgetInterface" not found while loading "Haassie\PageSpeedInsights\Widgets\LighthouseScoreWidget".
After an upgrade from TYPO3 v9.5 with EXT:page_speed_insights 2.1 to TYPO3 11.5 and EXT:page_speed_insights 3.0 I ended up with this error message:
So I would like to suggest to either require EXT:dashboard in composer.json or to do a check if EXT:dashboard is loaded (e.g. like here: https://github.com/georgringer/doc/blob/master/Configuration/Services.php
The text was updated successfully, but these errors were encountered: