Hallo,
ich habe bisher über ein lauffähiges FAQ Modul verfügt. Seit heute bekomme ich diese Meldung im Browser.
************************************
Fatal error: Uncaught exception Exception with message Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND published=1 ORDER BY pid, sorting' at line 1 (SELECT tl_faq.id AS id, pid, alias, question, headline, jumpTo FROM tl_faq LEFT JOIN tl_faq_category ON(tl_faq_category.id=tl_faq.pid) WHERE pid IN() AND published=1 ORDER BY pid, sorting) thrown in /home/www/web..../system/libraries/Database.php on line 533
************************************
Weiter wird dieses ausgegeben:
#0 /system/libraries/Database.php(162): Database_Statement->execute()
#1 /system/modules/faq/ModuleFaqList.php(89): Database->execute('SELECT tl_faq.i...')
#2 /system/modules/frontend/Module.php(126): ModuleFaqList->compile()
#3 /system/modules/faq/ModuleFaqList.php(80): Module->generate()
#4 /system/modules/frontend/ContentModule.php(70): ModuleFaqList->generate()
#5 /system/libraries/Controller.php(363): ContentModule->generate()
#6 /system/modules/frontend/ModuleArticle.php(169): Controller->getContentElement('332')
#7 /system/modules/frontend/Module.php(126): ModuleArticle->compile()
#8 /system/modules/frontend/ModuleArticle.php(69): Module->generate()
#9 /system/libraries/Controller.php(296): ModuleArticle->generate(false)
#10 /system/libraries/Controller.php(183): Controller->getArticle('67', false, false, 'main')
#11 /system/modules/frontend/PageRegular.php(68): Controller->getFrontendModule('0', 'main')
#12 /index.php(188): PageRegular->generate(Object(DB_Mysql_Result))
#13 /index.php(292): Index->run()
**********************************
Kann mir da jemand sagen was da los ist bzw. wie ich das wieder beheben kann?
Danke