Actions
Bug #79389
closedIndexed Search cHash error on plugin rendering
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2017-01-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
indexed_search
Complexity:
Is Regression:
No
Sprint Focus:
Description
When requesting a page with the indexed_search plugin placed as content element, 303 redirect to error page as defined in localconf occurs, but only if tx_indexedsearch_pi2[controller] and tx_indexedsearch_pi2[action] are defined as GET vars.
If plugin string is misspelled in GET vars, no redirect happens, but search results obviously wont work.
This has been tested and confirmed on a clean composer installation of TYPO3 8.5.1, so it's definitely a core Problem.
Tracked the error back to somewhere within the cObjGetSingle() function of \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer\
When disabling pageNotFoundOnCHashError in install tool configuration, search works fine.
Might also be related to #79108
Files
Actions