Open 3l73 opened 2 months ago
Within class FileReferenceTypeConverter the field table_local of table sys_file_reference is updated.
FileReferenceTypeConverter
table_local
sys_file_reference
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
Within class
FileReferenceTypeConverter
the fieldtable_local
of tablesys_file_reference
is updated.https://github.com/mia3/crossmedia_fourallportal/blob/3e00a60366b14ba701e39256bcf21487052d6815/Classes/TypeConverter/FileReferenceTypeConverter.php#L118
This leads to the following exception:
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