mia3 / crossmedia_fourallportal

0 stars 4 forks source link

TYPO3 12: Access of non existing field 'table_local' in table 'sys_file_reference' #34

Open 3l73 opened 2 months ago

3l73 commented 2 months ago

Within class FileReferenceTypeConverter the field table_local of table sys_file_reference is updated.

https://github.com/mia3/crossmedia_fourallportal/blob/3e00a60366b14ba701e39256bcf21487052d6815/Classes/TypeConverter/FileReferenceTypeConverter.php#L118

This leads to the following exception:

Unknown column 'table_local' in 'field list'

The field table_local was dropped with TYPO3 12 and is there for not available within the installation.

Writing a value should be therefor removed.

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