Project

General

Profile

Actions

Bug #103098

closed

DB check must not require a title field of a database table

Added by Franz Holzinger 3 months ago. Updated 3 months ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-02-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
database
Complexity:
Is Regression:
Sprint Focus:

Description

When I run the DB Check module, then an exception is raised:

*#1054 Doctrine\DBAL\Exception\InvalidFieldNameException
An exception occurred while executing a query: Unknown column 'title' in 'field list' *

This must not happen. The TYPO3 Documentation says that only the fields uid and pid are required.

https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/Database/DatabaseStructure/Index.html

SELECT `uid`, `pid`, `title` FROM `sys_products_orders_mm_tt_products` WHERE `pid` NOT IN ( ...


Files

fehler-103098-db-field-title.txt (91.1 KB) fehler-103098-db-field-title.txt Franz Holzinger, 2024-02-10 21:05
Actions

Also available in: Atom PDF