简体   繁体   中英

TYPO3 7.6 downloads extension with category filter

I am new in TYPO3, I am working on 7.6.2 version I have to create a download PDF extension with category filters. When click on category it will display list of downloads having download icon,title and description.

I also used 'kk_downloader' extension,Followed all extension manual but I am getting this error on frontend page where list of all downloads will have to display -

No data, possibly missing ID!?

These are the SQL-Select-Parameters:"

Tabelle = "tx_kkdownloader_images"

where = "tx_kkdownloader_images.deleted = 0 AND tx_kkdownloader_images.hidden = 0 AND tx_kkdownloader_images.pid IN (37) AND tx_kkdownloader_images.sys_language_uid=0"

group = "tx_kkdownloader_images.uid"

order = "tx_kkdownloader_images.crdate ASC"

I don't know how to edit the extension and solve this problem. I also did not find any other download extension with category filter.

Thanks!

Please check if the correct language_uid is set. In my case it was set to (all) -1 and the kk_downloader can´t handle that. Have a look in the table tx_kkdownloader_images witch language uid ist used.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM