Bug #95648
closedUndefined array key 0 in /var/www/html/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php line 1226
100%
Description
After searching, if there should be results.
backtrace:
in /var/www/html/typo3/sysext/core/Classes/Error/ErrorHandler.php line 145 at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'Undefined array key 0', '/var/www/html/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php', 1226) in /var/www/html/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php line 1226 at TYPO3\CMS\IndexedSearch\Domain\Repository\IndexSearchRepository->multiplePagesType('0') in /var/www/html/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php line 262 at TYPO3\CMS\IndexedSearch\Domain\Repository\IndexSearchRepository->doSearch(array(array('sword' => 'lo', 'oper' => 'AND')), -1) in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 289 ...
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71800
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71800
Updated by Jonas Eberle about 3 years ago
I am adding this error to this issue, too (since after solving the first one, this also pops up):
Undefined array key "70092e93746599a96aad49c1c48918b7" in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 392
at TYPO3\CMS\IndexedSearch\Controller\SearchController->compileResultRow(...
in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 353
at TYPO3\CMS\IndexedSearch\Controller\SearchController->getDisplayResults(...
Updated by Jonas Eberle about 3 years ago
Fixing one after the other...
Undefined array key "specialConfiguration" in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 598
+ and line 602
Undefined array key "CSSsuffix" in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 474
Undefined array key 0 in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 1485
Undefined array key 2 in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 1340
Undefined array key "_pid" in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 688
Undefined array key "pageIcon" in /var/www/html/typo3/sysext/indexed_search/Classes/Controller/SearchController.php line 708
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71800
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71800
Updated by Benni Mack about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 726c876dbf369ee3c0b348986f28ca65371a9645.