- Adres van je forum: http://
Event. modificaties op je forum:
Wanneer ontstond het probleem?
phpBB versie: 3.0.4
Heb je onlangs iets veranderd aan je forum?
Wat is het probleem?
Ik heb twee forums en op alle twee deze mod geinstaleerd top five mod.
op net doet die het wel en op nl krijg ik deze foutmelding.
Alvast bedankt voor de medewerking.
mvg
john
Algemene fout
SQL ERROR [ mysqli ]
Unknown column 'p.poster_id' in 'on clause' [1054]
SQL
SELECT MAX(p.post_time) as post_time, u.user_id, u.username, u.user_colour,
t.topic_title, t.forum_id, t.topic_last_post_id FROM phpbb_posts p ,
phpbb_topics t LEFT JOIN phpbb_users u ON p.poster_id = u.user_id WHERE
p.topic_id = t.topic_id AND p.post_approved = 1 AND t.topic_moved_id = 0
GROUP BY t.topic_id ORDER BY p.post_time DESC LIMIT 5
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()
FILE: includes/top_five.php
LINE: 46
CALL: dbal->sql_query_limit()
FILE: index.php
LINE: 134
CALL: include('includes/top_five.php')