Je viens d'installer le MOD Latest Topic Title 1.0.0. J'ai fait les requetes SQL comme demandé et vider le cache du forum. Mais une fois que j'actualise le forum, je n'y ai plus accés :
Code : Tout sélectionner
SQL ERROR [ mysql4 ]
Not unique table/alias: 't' [1066]
SQL
SELECT f.*, ft.mark_time, t.topic_id, t.topic_title, t.topic_id, t.topic_title, t.topic_replies, t.topic_replies_real, t.topic_status, t.topic_type, t.topic_moved_id 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) 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/mysql.php
LINE: 175
CALL: dbal_mysql->sql_error()
FILE: includes/functions_display.php
LINE: 116
CALL: dbal_mysql->sql_query()
FILE: index.php
LINE: 47
CALL: display_forums()
Pouvez-vous m'aider ?