Project

General

Profile

Actions

Bug #100216

closed

PHP Warning: Undefined array key "divKey"

Added by Albrecht Köhnlein over 1 year ago. Updated 5 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-03-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using COA_INT in page.jsInline, PHP warnings are thrown.

Example TypoScript:

page = PAGE
page.jsInline.10 = COA_INT
page.jsInline.10 {
  10 = TEXT
  10.value = alert('any code')
}

Warnings:

PHP Warning: Undefined array key "divKey" in (...)/private/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2787
PHP Warning: Undefined array key "divKey" in (...)/private/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2788
PHP Warning: Undefined array key "divKey" in (...)/private/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2794

Actions

Also available in: Atom PDF