Weil da dann der Fehler kommt: SQL ERROR [ mysql4 ]
Tabellenname/Alias 't' nicht eindeutig [1066]
Ich hab zwar kein Ahnung aber das sieht mir so ähnlich aus (hier mal wie das jetzt aussieht)
$sql_array['SELECT'] .= ', fa.user_id';
}
$sql_array['LEFT_JOIN'][] = array(//for NV ALTT
'FROM' => array(TOPICS_TABLE => 't'),
'ON' => "f.forum_last_post_id = t.topic_last_post_id AND t.topic_moved_id = 0"
);
$sql_array['SELECT'] .= ', t.topic_title, t.topic_id, t.topic_last_post_id';
// Begin SEO phpBB
$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_replies';
// End SEO phpBB
und das erkenne ich sogar das das nicht funktionieren kann
Aber das könnt ihr bzw du mir ja bestimmt besser sagen was da nicht stimmt.
Und es wäre klasse wenn ich den seo kramm nicht rausnehmen muss, da ich denn ja vermutlich alles wieder ändern muss