Project

General

Profile

Actions

Bug #85252

closed

Indexed Search Exception uid not found

Added by Kalle Karlson almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2018-06-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Indexed search is throwing an exception in backend

An exception occurred while executing 'SELECT COUNT(`uid`) FROM `index_rel`, `index_words` WHERE (`index_rel`.`phash` = ?) AND (`index_words`.`wid` = `index_rel`.`wid`) GROUP BY `index_words`.`baseword`' with params [66959257]: Unknown column 'uid' in 'field list' 

https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/indexed_search/Classes/Domain/Repository/AdministrationRepository.php#L597

"uid" should be something like "index_words.wid" to work

Actions #1

Updated by Gerrit Code Review over 5 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/57634

Actions #2

Updated by Gerrit Code Review over 5 years ago

Patch set 1 for branch 9.3 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57638

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF