Project

General

Profile

Actions

Bug #39335

closed

Call to undefined method tx_indexedsearch_indexer::isTableUsed()

Added by Oliver Salzburg over 11 years ago. Updated almost 10 years ago.

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

indexed_search-isTableUsed.diff (506 Bytes) indexed_search-isTableUsed.diff patch for indexed_search for 4.7.4 Falko Trojahn, 2012-08-27 16:35

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #51347: Indexed Search (experimental) prblemClosed2013-08-26

Actions
Actions #1

Updated by Falko Trojahn over 11 years ago

replacing
tx_indexedsearch_indexer::isTableUsed()
by
tx_indexedsearch_util::isTableUsed()
works for me.

Actions #2

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #3

Updated by Oliver Hader about 11 years ago

  • Project changed from 1382 to TYPO3 Core
Actions #4

Updated by Oliver Hader about 11 years ago

  • Category set to Indexed Search
Actions #5

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions #6

Updated by Henrik Ziegenhain over 10 years ago

4.7.14 is still also affected.
The patch from Falko is working for me.

Actions #7

Updated by Wouter Wolters almost 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

Also available in: Atom PDF