Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing the extension in non-composer installation without linkvalidator results in exception #18

Open
sypets opened this issue Sep 15, 2024 · 0 comments

Comments

@sypets
Copy link

sypets commented Sep 15, 2024

Reproduce

(1) non-Composer

  1. Use installation without linkvalidator and with non-Composer mode
  2. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant