Actions
Bug #99158
closedPHP Warning: Undefined array key "pidList" AbstractPlugin::pi_exec_query()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
pi_exec_query()
states
// TypoScript property .pidList is a comma list of pids. If blank, current page id is used. // TypoScript property .recursive is an int+ which determines how many levels down from the pids in the pid-list subpages should be included in the select.
However both properties have no undefined array key fallback for PHP 8.1 und thus create an exception if not set.
Actions