Dauernd wenn ich den Block für die Derzeitigen Umfragen einschalte, kommt auf dem Portal ein fehler.
Oben über dem header steht:
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2677: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2680: Invalid argument supplied for foreach()
Code: Select all
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
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 (f.forum_id = t.forum_id)' at line 1 [1064]
SQL
SELECT t.*, f.*, tw.notify_status FROM (phpbb_forums f, phpbb_topics t) LEFT JOIN phpbb_topics_watch tw ON (tw.user_id = 2 AND t.topic_id = tw.topic_id) WHERE t.topic_id = AND (f.forum_id = t.forum_id)
BACKTRACE