Actions
Bug #104251
closedHaving a USER_INT OR COA_INT on page.bodyTagCObject leads to Warning error
Start date:
2024-06-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Try
page.bodyTagCObject > page.bodyTagCObject = COA_INT page.bodyTagCObject{ 10 = TEXT 10.value = <body> }
This leads to the following warning :
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key "divKey" in /var/www/XXXXX/vendor/typo3/cms-frontend/Classes/Controller/TypoScriptFrontendController.php line 2229
Thus breaking our installation as we are trigerring warning errors.
Updated by Georg Ringer 5 months ago
- Status changed from New to Closed
closing as duplicate of #103384
maybe you wanna test the changes at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83525
and give also feedback in #103384 why a _INT is needed?
Updated by Georg Ringer 5 months ago
- Is duplicate of Bug #103384: PHP Warning: Undefined array key "divKey" added
Actions