Actions
Bug #100122
closedMultiple undefined Array key warnings in FileContentParser
Start date:
2023-03-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
PHP, 8.0, 8.1, 8.2, compatibility
Complexity:
easy
Is Regression:
Sprint Focus:
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.
Actions