Verfasst: 25.03.2008 21:24
Danke dir, NV.
Das war schon die Lösung meines Problems.

Das war schon die Lösung meines Problems.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2710: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2713: Invalid argument supplied for foreach()
Zurück zur Foren-Übersicht
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
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_id, t.topic_title, t.topic_replies, t.topic_replies_real, t.topic_type 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 (t.topic_last_post_id = f.forum_last_post_id) ORDER BY f.left_id
BACKTRACE
Code: Alles auswählen
{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}
Code: Alles auswählen
<!-- IF forumrow.LAST_POST_TIME -->
was hab ich falsch gemacht?Allgemeiner Fehler
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_last_post_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 AND t.topic_moved_id = 0) ORDER BY f.left_id
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: includes/functions_display.php
LINE: 119
CALL: dbal_mysqli->sql_query()
FILE: index.php
LINE: 28
CALL: display_forums()
Nicht die Installanleitung "Update", sondern die ganz normale.Blazer hat geschrieben:was meinst du mit "direkt hat´s geklappt" ?
Code: Alles auswählen
if (!$config['altt_last_post'])
{
$sql_array['LEFT_JOIN'][] = array(
'FROM' => array(TOPICS_TABLE => 't'),
'ON' => "f.forum_last_post_id = t.topic_last_post_id"
);
$sql_array['SELECT'] .= ', t.topic_title, t.topic_id, t.topic_last_post_id';
}