jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: bujinkanat on 17.12.2016 14:08:03

Title: 1146 Fehler [Solved - was using php 7.1, 0nly tested to 7.0.14] ]
Post by: bujinkanat on 17.12.2016 14:08:03
Hi, i got an error on my site www.oeffk.at





when i go to the download sections: Table '#__at.#' doesn't exist SQL=SELECT c.*, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(files.`file_id`) AS numitems,u.name AS creator,u2.name AS modifier,menu.id AS menu_itemid FROM #__jdownloads_categories as c LEFT JOIN #__jdownloads_categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt) LEFT JOIN `#` AS files ON files.`cat_id` = c.id AND files.published = 1 LEFT JOIN #__users AS u on u.id = files.created_id LEFT JOIN #__users AS u2 on u2.id = files.modified_id LEFT JOIN (SELECT id, link, access, published from #__menu GROUP BY link) AS menu on menu.link LIKE CONCAT('index.php?option=com_jdownloads&view=category&catid=',c.id) AND menu.published = 1 AND menu.access IN (1) WHERE c.access IN (1) AND c.published = 1 AND s.id=2 GROUP BY c.id, c.cat_dir, c.cat_dir_parent, c.parent_id, c.lft, c.rgt, c.level, c.title, c.alias, c.description, c.pic, c.access, c.metakey, c.metadesc, c.robots, c.created_user_id, c.created_time, c.modified_user_id, c.modified_time, c.language, c.notes, c.views, c.params, c.password, c.password_md5, c.ordering, c.published, c.checked_out, c.checked_out_time, c.asset_id ORDER BY c.lft



[gelöscht durch Administrator]
Title: Re: 1146 Fehler
Post by: bujinkanat on 19.12.2016 08:40:04
Thank you, i find it.



The problem was PHP 7.1 - jDownloads dont work with this PHP Version!
Title: Re: 1146 Fehler
Post by: Arno on 19.12.2016 12:14:36
Hm, bist du sicher? Mit der Version 7.04 läuft es hier.
Mit der 7.1 habe ich es aber noch nicht getestet.
Hole ich so schnell wie möglich nach.
Title: Re: 1146 Fehler
Post by: bujinkanat on 19.12.2016 12:26:00
Hallo Arno, mit der Version 7.1.0 bekomme ich diesen Fehler.
Mit der Version 7.0.14 funktioniert alles wie es soll!
Title: Re: 1146 Fehler
Post by: Arno on 19.12.2016 12:28:04
Alles klar, wird kurzfristig gefixt.
Title: Re: 1146 Fehler
Post by: bujinkanat on 19.12.2016 12:28:51
Super, danke dir!