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 #1

Updated by Mathias Bolt Lesniak over 2 years ago

  • Related to Bug #94425: Fix array key undefined in installTool (PHP8) added
Actions #2

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72008

Actions #3

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72008

Actions #4

Updated by Gerrit Code Review over 2 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72008

Actions #5

Updated by Mathias Bolt Lesniak over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF