Actions
Bug #50562
closedIndexing Configurations not Working with crawler
Start date:
2013-07-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
When using an Indexing Configuration in combination with crawler extension it does not work. It throws an error in Web->Info->Crawler->Crawler Log. The same problem appears in TYPO3 Version 6.1.
The Bug is located in line 29 in class TYPO3\CMS\IndexedSearch\Hook\CrawlerHook. The variable $callBack is given a wrong value. Instead of pointing back to the CrawlerHook there is a non-existing Controller given.
Patch is included as a File.
Files
Actions