nach Installation erhalte ich einen sql-error, der verschwindet, wenn ich die Änderungen in der functions_display.php rückgängig mache. so funtkioniert der mod natürlich nicht.
Hier einmal der angezeigte Fehler:
- Code: Select all
SQL ERROR [ mysqli ]
Not unique table/alias: 't' [1066]
SQL
SELECT f.*, ft.mark_time, t.topic_title, t.topic_id, t.topic_last_post_id, t.topic_title, t.topic_id, t.topic_replies FROM (phpbb_forums f) LEFT JOIN phpbb_forums_track ft ON (ft.user_id = 2 AND ft.forum_id = f.forum_id) LEFT JOIN phpbb_topics t ON (f.forum_last_post_id = t.topic_last_post_id AND t.topic_moved_id = 0) LEFT JOIN phpbb_topics t ON (f.forum_last_post_id = t.topic_last_post_id) ORDER BY f.left_id
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_display.php
LINE: 120
CALL: dbal_mysqli->sql_query()
FILE: index.php
LINE: 28
CALL: display_forums()
Jemand einen hilfreichen Tipp, was ich ändern muss?
Danke!


