Project

General

Profile

Actions

Bug #101606

closed

Trying to access array offset on value of type bool in DataHandler.php line 4644

Added by Thomas Hohn 10 months ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2023-08-07
Due date:
% Done:

100%

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

Description

Trying to access array offset on value of type bool in DataHandler.php line 4644.

The call to

$sortInfo = $this->getSortNumber($table, $uid, $destPid);

can result in other values than an array. So the call to
$destPid = $sortInfo['pid'];

can fail with a type error

Actions

Also available in: Atom PDF