Bug #95824
closedUndefined array key in install tool
100%
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.
Updated by Mathias Bolt Lesniak about 3 years ago
- Related to Bug #94425: Fix array key undefined in installTool (PHP8) added
Updated by Gerrit Code Review about 3 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
Updated by Gerrit Code Review about 3 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
Updated by Gerrit Code Review about 3 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
Updated by Mathias Bolt Lesniak about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c1cb0ced1b64f348ce016e1c734ff3241f0c548b.