Actions
Bug #39335
closedCall to undefined method tx_indexedsearch_indexer::isTableUsed()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2012-07-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using the "Indexed Search (experimental)" content element, the following error is issued in the FE when trying to search:
Fatal error: Call to undefined method tx_indexedsearch_indexer::isTableUsed() in /var/www/.../typo3_src-4.7.2/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php on line 884
Files
Updated by Falko Trojahn about 12 years ago
replacingtx_indexedsearch_indexer::isTableUsed()
bytx_indexedsearch_util::isTableUsed()
works for me.
Updated by Oliver Hader over 11 years ago
- Project changed from 1382 to TYPO3 Core
Updated by Henrik Ziegenhain about 11 years ago
4.7.14 is still also affected.
The patch from Falko is working for me.
Updated by Wouter Wolters over 10 years ago
- Status changed from New to Closed
- Is Regression set to No
- TYPO3 Version set to 4.7
Already solved in 6.0 and higher.
Actions