Project

General

Profile

Actions

Bug #100897

closed

Unknown column 'table_local' in 'where clause'

Added by Oliver Hader 12 months ago. Updated 12 months ago.

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

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
public-tracker pending-close
Complexity:
Is Regression:
Sprint Focus:

Description

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-98479-RemovedFileReferenceRelatedFunctionality.html

The field table_local of table sys_file_reference: is no longer evaluated by TYPO3 and has therefore been removed.

Previously used in TCA config sections like this:

'foreign_match_fields' => [
  'fieldname' => 'logo',
  'tablenames' => 'tx_site_domain_model_sponsor',
  'table_local' => 'sys_file',
],

The match criteria table_local triggers this error message, and can be removed.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #98479: New TCA type "file"ClosedOliver Bartsch2022-09-30

Actions
Actions #1

Updated by Oliver Hader 12 months ago

Actions #2

Updated by Oliver Hader 12 months ago

  • Description updated (diff)
Actions #3

Updated by Oliver Hader 12 months ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF