Project

General

Profile

Actions

Bug #84929

closed

Fix undefined index notices

Added by Bernhard Kraft about 6 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Start date:
2018-05-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

When accessing the page module with notices enabled a bunch of "undefined index" messages is being thrown. When accessing an array use the coalesce operator "??" or the isset() function to catch undefined index messages.

Actions #1

Updated by Gerrit Code Review about 6 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/56862

Actions #2

Updated by Gerrit Code Review about 6 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/56862

Actions #3

Updated by Gerrit Code Review about 6 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/56862

Actions #4

Updated by Gerrit Code Review almost 6 years ago

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

Actions #5

Updated by Susanne Moog almost 6 years ago

  • Target version changed from 9.3 to 9.4
Actions #6

Updated by Susanne Moog over 5 years ago

  • Target version changed from 9.4 to Candidate for patchlevel
Actions #7

Updated by Franz Holzinger over 5 years ago

TYPO3 9.3.3 gives:

Core: Error handler (BE): PHP Notice: Undefined index: sub in /usr/www/users/username/websitepath/www/typo3/sysext/about/Classes/Controller/AboutController.php line 95
PHP Notice
Core: Error handler (BE): PHP Notice: Undefined index: allowedSubProperties in /usr/www/users/username/websitepath/www/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php line 299
Actions #8

Updated by Gerrit Code Review over 5 years ago

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

Actions #9

Updated by Gerrit Code Review over 5 years ago

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

Actions #10

Updated by Gerrit Code Review over 5 years ago

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

Actions #11

Updated by Gerrit Code Review over 5 years ago

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

Actions #12

Updated by Susanne Moog about 5 years ago

  • Status changed from Under Review to Closed

Patch has been abandoned and approach changed to one review per file - closing this issue.

Actions

Also available in: Atom PDF