Actions
Bug #98040
closedSearchController is not PHP 8 compatible
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2022-07-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
PHP, 8.0, 8.1, compatibility
Complexity:
Is Regression:
Sprint Focus:
Description
Hello everyone,
while upgrading a TYPO3 v11.5 project in a PHP 8.1 environment I found out that the SearchController of EXT:indexed_search is not compatible.
Like already fixed in a lot of other files, possibly not existing array keys need to be checked first before accessing them.
Actions