vhs
vhs copied to clipboard
v:ressource.collection not working in TYPO3 8.7.0-dev
An exception occurred while executing
'SELECT `sys_file_collection`.*
FROM `sys_collection`
INNER JOIN `sys_collection_entries` `sys_collection_entries_join`
ON `sys_collection_entries_join`.`uid_local` = `sys_collection`.`uid`
INNER JOIN `sys_file_collection` `sys_file_collection_join`
ON `sys_collection_entries_join`.`uid_local` = `sys_file_collection_join`.`uid`
WHERE `sys_collection`.`uid` = ?' with params [1]: Unknown table 'sys_file_collection'`
<v:resource.collection uid="1"></v:resource.collection>
I've created a resource collection with uid 1
It does not work with version 9.5.3 either.
No longer an issue:
- Minimum supported TYPO3 version 10.4 definitely has this table.
- Maximum supported TYPO3 version throws exception if
EXT:legacy_collectionswhich now holds this table is not installed.