Actions
Bug #100897
closedUnknown column 'table_local' in 'where clause'
Status:
Closed
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
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.
Updated by Oliver Hader over 1 year ago
- Related to Feature #98479: New TCA type "file" added
Updated by Oliver Hader over 1 year ago
Actions