Project

General

Profile

Bug #100897

Updated by Oliver Hader 12 months ago

→ 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: 

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

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

Back