Project

General

Profile

Actions

Bug #98103

closed

Unknown column 't3ver_wsid' in 'where clause' for records without versioningWS set

Added by David Hoeckele over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-09
Due date:
% Done:

100%

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

Description

Since TYPO3 11.5.14 it's not possible to save records in backend anymore if the versioningWS option is not set in TCA (https://docs.typo3.org/m/typo3/reference-tca/main/en-us/Ctrl/Properties/VersioningWS.html)

Following error appears:
An exception occurred while executing 'SELECT `uid`, `l10n_state`, `sys_language_uid`, `l10n_parent` FROM `tx_table_name` WHERE (`uid` IN (?)) AND (`t3ver_wsid` = 0) AND (`tx_table_name`.`deleted` = 0)' with params [19]: Unknown column 't3ver_wsid' in 'where clause'

Seems to be corresponding to this bugfix: https://github.com/typo3/typo3/commit/dfc8e8156c


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #97989: Editing page 'media' field in workspace fatals in 'custom value' modeClosed2022-07-21

Actions
Related to TYPO3 Core - Bug #103097: Avoid calling LogDataTrait::formatLogDetails in non-static contextResolved2024-02-10

Actions
Actions

Also available in: Atom PDF