[TYPO3-dam] emty table tx_dam_mm_ref

Dan Osipov dosipov at phillyburbs.com
Tue Nov 18 17:21:39 CET 2008


That's because the DAM records are not used anywhere. Anytime some 
element links to a DAM record, this table gets a new row for the 
relation (its an MM table).

FYI: I never got the hl_dam_gallery to work properly, and went with 
ce_gallery instead.

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Stephan Petzl wrote:
> what is the tx_dam_mm_ref table for?
> the hl_dam_gallery generates a query, but nothing returns, and that is 
> because there is not a single record in this table.
> any ideas why`?
> 
> query:
> SELECT tx_dam_mm_ref.sorting, tx_dam.file_name, tx_dam.file_path, 
> tx_dam.tx_hldamgallery_viewcount
> FROM tx_dam_mm_ref, tx_dam
> WHERE
> tx_dam.uid=tx_dam_mm_ref.uid_local and tx_dam_mm_ref.uid_foreign=52 and 
> tx_dam_mm_ref.sorting = 3
> 
> BR Stephan


More information about the TYPO3-project-dam mailing list