Bug #84929
closedFix undefined index notices
0%
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.
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to Candidate for patchlevel
Updated by Franz Holzinger about 6 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
Updated by Gerrit Code Review about 6 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
Updated by Gerrit Code Review about 6 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
Updated by Gerrit Code Review about 6 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
Updated by Gerrit Code Review about 6 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
Updated by Susanne Moog over 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.