Project

General

Profile

Actions

Bug #101246

closed

Invalid count query in SuggestWizardDefaultReceiver

Added by Christoph Lehmann 10 months ago. Updated 10 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-07-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

In current master i get an Exception when using the suggest wizard.

An exception occurred while executing a query: Unknown column 'uid' in 'field list'

File: typo3/sysext/backend/Classes/Form/Wizard/SuggestWizardDefaultReceiver.php
Line: 166
Code:

        $countQueryBuilder = clone $this->queryBuilder;
        $allRowsCount = $countQueryBuilder
            ->count('uid')
            ->executeQuery()
            ->fetchOne();

Files


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #85228: Invalid count query in SuggestWizardDefaultReceiverClosedAlexander Stehlik2018-06-11

Actions
Related to TYPO3 Core - Task #100913: Remove usages of QueryBuilder->resetQueryPart() from ext:backendClosed2023-05-24

Actions
Actions #1

Updated by Christoph Lehmann 10 months ago

  • Related to Bug #85228: Invalid count query in SuggestWizardDefaultReceiver added
Actions #3

Updated by Gerrit Code Review 10 months ago

  • Status changed from New to Under Review

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79757

Actions #4

Updated by Christoph Lehmann 10 months ago

  • Related to Task #100913: Remove usages of QueryBuilder->resetQueryPart() from ext:backend added
Actions #5

Updated by Christoph Lehmann 10 months ago

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

Also available in: Atom PDF