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
When i make a composer updaten on a 10TLS PHP7.4 install version 2.x is loaded via composer. This leads to
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function TYPO3\CMS\Core\Localization\LanguageServiceFactory::__construct(), 0 passed in /typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3492 and exactly 2 expected in typo3/sysext/core/Classes/Localization/LanguageServiceFactory.php:37
It seems like Version 2 needs PHP >= 8.0. There must be something wrong in the composer.json that i could load 2.x on 7.4
The text was updated successfully, but these errors were encountered:
@misterboe cannot see that error, but found another here #19
can you post complete Exception backtrace? how is your template looking? (i have testet <ac:css>h1 { color: red; }</ac:css>
When i make a composer updaten on a 10TLS PHP7.4 install version 2.x is loaded via composer. This leads to
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function TYPO3\CMS\Core\Localization\LanguageServiceFactory::__construct(), 0 passed in /typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3492 and exactly 2 expected in typo3/sysext/core/Classes/Localization/LanguageServiceFactory.php:37
It seems like Version 2 needs PHP >= 8.0. There must be something wrong in the composer.json that i could load 2.x on 7.4
The text was updated successfully, but these errors were encountered: