in meinen Forum kommt im Portal folgende Fehlermeldung:
Dort scheint also etwas in der Datenbank zufehlen, nur was?Allgemeiner Fehler
Could not query forum news information
DEBUG MODE
SQL Error : 1064 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 '' at line 18
SELECT t.*, f.forum_name, f.forum_desc, n.*, p.*, pt.*, u.username, u.user_email FROM twinstantintopics AS t, twinstantinforums AS f, twinstantinusers AS u, twinstantinnews AS n, twinstantinposts_text AS pt, twinstantinposts AS p WHERE t.topic_first_post_id = p.post_id AND t.forum_id = f.forum_id AND t.topic_first_post_id = pt.post_id AND t.topic_poster = u.user_id AND t.news_id = n.news_id AND t.news_id > 0 ORDER BY t.topic_time DESC LIMIT 0,
Line : 317
File : functions_news.php
Kann mir einer sagen, welchen SQL Befehl ich in der Datenbank ausführen muss, damit der Fehler verschwindet?
Danke und Gruß,
Twins