Bug #100122
closedMultiple undefined Array key warnings in FileContentParser
100%
Description
Hello,
we faced the problem that indexing file content/metadata is throwing multiple 'Undefined array key' warnings in FileContentParser of EXT:indexed_search in an PHP 8 environment.
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Warning: Undefined array key "dc:subject" in /var/www/private/typo3/sysext/indexed_search/Classes/FileContentParser.php line 589 | TYPO3\CMS\Core\Error\Exception thrown in file /var/www/private/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 137.
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Warning: Undefined array key "values" in /var/www/private/typo3/sysext/indexed_search/Classes/FileContentParser.php line 588 | TYPO3\CMS\Core\Error\Exception thrown in file /var/www/private/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 137.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78076
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78076
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78053
Updated by Daniel Hettler over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0b3e0b56baccb319ceeaefcb49b1efb885bf01bf.