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
Use installation without linkvalidator and with non-Composer mode
Install editor_widgets via the Extension Manager
results in exception:
(1/1) Symfony\Component\DependencyInjection\Exception\RuntimeException
Cannot autowire service "Sitegeist\EditorWidgets\Widgets\BrokenLinksWidget": argument "$brokenLinkRepository" of method > "__construct()" references class "TYPO3\CMS\Linkvalidator\Repository\BrokenLinkRepository" but no such service exists.
(2) with Composer
composer req sitegeist/editor-widgets
Results in no problem (also verion 2.1.4)
Versions
TYPO3: latest 12.4 branch (from git repo, for core development)
editor_widgets: 2.1.4 (installed from TER)
The text was updated successfully, but these errors were encountered:
Reproduce
(1) non-Composer
results in exception:
(2) with Composer
composer req sitegeist/editor-widgets
Results in no problem (also verion 2.1.4)
Versions
The text was updated successfully, but these errors were encountered: