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

PHP Fatal error on 10LTS + PHP 7.4 #18

Open
misterboe opened this issue Feb 7, 2023 · 1 comment
Open

PHP Fatal error on 10LTS + PHP 7.4 #18

misterboe opened this issue Feb 7, 2023 · 1 comment

Comments

@misterboe
Copy link

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

@achimfritz
Copy link
Contributor

@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>

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

2 participants