Actions
Bug #89820
closedLanguage Packs: Constructor argument not set
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-12-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
This issue is caused by the PSR-14 events merged some minutes ago. LanguagePackService receives a mandatory constructor argument, which is not defined by DI yet. However, there is already a fallback check, which wouldn't make sense in the current state.
The following error is thrown:
Too few arguments to function TYPO3\CMS\Install\Service\LanguagePackService::__construct(), 0 passed in /var/www/html/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3461 and exactly 1 expected
Updated by Andreas Kienast almost 5 years ago
- Related to Feature #89813: Migrate various Signals to PSR-14 events in system extensions added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62506
Updated by Andreas Fernandez almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 00a73bd2141d2e5bafb01843a860ef60395fae24.
Actions