Project

General

Profile

Actions

Bug #104812

open

Undefined array key exception in ReferenceIndex.php:765

Added by Thomas Sam Wittich about 2 months ago. Updated about 2 months ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2024-09-04
Due date:
% Done:

0%

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

Description

Dears, in Typo3 11 is asummingly non-null-safe exception when a array key is missing:

[2024-09-04 04:10:24 CEST]
[2024-09-04 04:10:24 CEST]  [ERROR] PHP Warning: Undefined array key 1 in
[2024-09-04 04:10:24 CEST]          /home/p-aaaaaa/html/typo3-project/public/typo3/sysext/core/C
[2024-09-04 04:10:24 CEST]          lasses/Database/ReferenceIndex.php line 765
[2024-09-04 04:10:24 CEST]
[2024-09-04 04:10:24 CEST] Exit-Code: 1

The mentioned line hold an if-statment without checking the existence of the array-keys in the condition.

It occured with TYPO3 v11 latest and within the cron, cli scheduler:run.

Please investigate.

Thank you, Sam

Actions

Also available in: Atom PDF