Moin.
Also folgendes problem:
gibt bei meinem Forum folgendes aus:
Nur leider besteht diese Zeile in der Tabelle Oo ...
ich versteh die welt nicht mehr
Für eure Hilfe schonmal vielen Dank
Also folgendes problem:
PHP-Code:
<?php
$threads_query = $db->query('
SELECT t.*, u.user_nick as nickname, u2.user_id as lpostautorid, u2.user_nick as lpostnickname, p.datum as lpostdatum
FROM '.PREFIX.'_board_thread t, '.PREFIX.'_user_info u
LEFT JOIN '.PREFIX.'_board_posts p ON (p.id = t.lastpostid)
LEFT JOIN '.PREFIX.'_user_info u2 ON (u2.user_id = p.autorid)
WHERE
t.forenid = '.$forum['id'].' and
t.autorid = u.user_id
ORDER BY t.announce DESC, t.datum DESC
');
?>
Mysqlerror
Fehlerstring: Unknown column 't.lastpostid' in 'on clause'
Fehlercode: 1054
Fehlerstring: Unknown column 't.lastpostid' in 'on clause'
Fehlercode: 1054
ich versteh die welt nicht mehr
Für eure Hilfe schonmal vielen Dank
Kommentar