News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

1146 Fehler [Solved - was using php 7.1, 0nly tested to 7.0.14] ]

Started by bujinkanat, 17.12.2016 14:08:03

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bujinkanat

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]
  •  

bujinkanat

Thank you, i find it.



The problem was PHP 7.1 - jDownloads dont work with this PHP Version!
  •  

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

bujinkanat

Hallo Arno, mit der Version 7.1.0 bekomme ich diesen Fehler.
Mit der Version 7.0.14 funktioniert alles wie es soll!
  •  

Arno

Alles klar, wird kurzfristig gefixt.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

bujinkanat

Super, danke dir!
  •