vhs icon indicating copy to clipboard operation
vhs copied to clipboard

v:ressource.collection not working in TYPO3 8.7.0-dev

Open josefglatz opened this issue 8 years ago • 1 comments

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

josefglatz avatar Mar 03 '17 21:03 josefglatz

It does not work with version 9.5.3 either.

ipnextOne avatar Jan 04 '19 14:01 ipnextOne

No longer an issue:

  • Minimum supported TYPO3 version 10.4 definitely has this table.
  • Maximum supported TYPO3 version throws exception if EXT:legacy_collections which now holds this table is not installed.

NamelessCoder avatar Jul 25 '23 12:07 NamelessCoder