We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to use mask (7.0.27) from https://extensions.typo3.org/extension/mask in Typo3 v11 with PHP8, but we get error:
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key "tt_content" in /typo3conf/ext/mask/Classes/CodeGenerator/TyposcriptCodeGenerator.php line 192
Strange thing is when we compare github repo file https://github.com/Gernott/mask/blob/master/Classes/CodeGenerator/TyposcriptCodeGenerator.php#L192 with that from https://extensions.typo3.org, we have something entirely different. Maybe something's wrong with extensions publishing process?
The text was updated successfully, but these errors were encountered:
[BUGFIX] Fix warning in TyposcriptCodeGenerator
4da7d34
Fixes: #440
@rupasix Hi, thanks for the report! Yes, the master branch had a huge refactoring.
Sorry, something went wrong.
No branches or pull requests
We want to use mask (7.0.27) from https://extensions.typo3.org/extension/mask in Typo3 v11 with PHP8, but we get error:
Strange thing is when we compare github repo file https://github.com/Gernott/mask/blob/master/Classes/CodeGenerator/TyposcriptCodeGenerator.php#L192 with that from https://extensions.typo3.org, we have something entirely different. Maybe something's wrong with extensions publishing process?
The text was updated successfully, but these errors were encountered: