- Joomla
- FaLang
- Extensions
- Content Element
- phocaDownload
phocaDownload
0.0/5 rating (0 votes)
- Last update: 17 janvier 2017
- File size: 2.63 KB
- Version: 3.0.2
- Downloaded: 3215
3.0.2 (2017/01/16)
- support php7.0 version Falang 2.5.0
- fix type images and not image in File content
If you need another download link you have to fix a problem in phocaDownload
in administrator/components/com_phocadownload/libraries/phocadownload/download/download.php
line 406
$query = ' SELECT c.catid, c.filename, c.directlink, c.link_external, c.access, c.confirm_license, c.metakey, c.metadesc, cc.access as cataccess, cc.accessuserid as cataccessuserid, c.tokenhits'
with
$query = ' SELECT c.catid, c.filename, c.directlink, c.link_external, c.access, c.confirm_license, c.metakey, c.metadesc, cc.access as cataccess, cc.accessuserid as cataccessuserid, c.tokenhits,c.id'