Project

General

Profile

Actions

Bug #95824

closed

Undefined array key in install tool

Added by Mathias Bolt Lesniak over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2021-10-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

Two if statements in the install sysext's UpgradeWizardsService.php are causing undefined array errors in PHP 8.

Line 165 should be: if (!is_array($adds['tables'] ?? false)) {
Line 175 should be: if (!is_array($adds['columns'] ?? false)) {

Line 185 was updated in the same way when fixing #94425.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #94425: Fix array key undefined in installTool (PHP8)Closed2021-06-28

Actions
Actions

Also available in: Atom PDF