-
-
Notifications
You must be signed in to change notification settings - Fork 87
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 Warning: Undefined array key "search" in tt_content #669
Comments
Related TYPO3 change: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85489 |
I can confirm that. Issue still exist with TYPO3 13.4.5. |
…version 13.4.5 and onwards. Fixes Gernott#669 Related: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85489
hey |
I already pinged the owner of Mask to make a manual upload. The automatic release doesn not work right now. So, just wait. There aren't any crucial fixes there, though. |
Hi there,
I just composer updated a small instance from T3v13.4.4 to T3v13.4.5 on php8.4, and now i am getting:
"PHP Warning: Undefined array key "search" in /var/www/html/vendor/mask/mask/Configuration/TCA/Overrides/tt_content.php line 24"
The corresponsing line is
$GLOBALS['TCA']['tt_content']['columns']['bodytext']['config']['search']['andWhere'] .= $tcaCodeGenerator->extendBodytextSearchAndWhere();
Mask Version in use is v9.0.6
Thank you and best regards, MT
The text was updated successfully, but these errors were encountered: