wenn man im UCP auf "Benachrichtigungen verwalten" clickt kommt folgender Fehler:
Kann das evtl. mit dem Anonym posten-Mod zusammen hängen und wenn ja, wo ist der Fehler? Wir sind ratlos...SQL ERROR [ mysql4 ]
Not unique table/alias: 'last' [1066]
SQL
SELECT f.*, ft.mark_time , last.anon AS last_anon, author.anon AS author_anon, last.anon AS last_anon FROM (phpbb_forums_watch fw, phpbb_forums f) LEFT JOIN phpbb_forums_track ft ON (ft.user_id = 53 AND ft.forum_id = f.forum_id) LEFT JOIN phpbb_posts last ON (last.post_id = f.forum_last_post_id) LEFT JOIN phpbb_posts last ON (last.post_id = t.topic_last_post_id) WHERE fw.user_id = 53 AND f.forum_id = fw.forum_id AND 1=1 ORDER BY left_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/ucp/ucp_main.php
LINE: 306
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 471
CALL: ucp_main->main()
FILE: ucp.php
LINE: 310
CALL: p_master->load_active()

VIelen Dank schon mal!