I see it too, but I get the following:
phpBB could not query the topics database.
SELECT pt.post_text, t.*, u.username, u2.username as last_poster, p.post_time FROM topics t LEFT JOIN users u ON t.topic_poster = u.user_id LEFT JOIN posts p ON t.topic_last_post_id = p.post_id LEFT JOIN users u2 ON p.poster_id = u2.user_id LEFT JOIN posts_text pt ON pt.post_id = t.topic_first_post_id WHERE t.forum_id = '1' ORDER BY topic_sticky DESC,topic_time DESC LIMIT -50, 50
phpBB could not query the topics database.
SELECT pt.post_text, t.*, u.username, u2.username as last_poster, p.post_time FROM topics t LEFT JOIN users u ON t.topic_poster = u.user_id LEFT JOIN posts p ON t.topic_last_post_id = p.post_id LEFT JOIN users u2 ON p.poster_id = u2.user_id LEFT JOIN posts_text pt ON pt.post_id = t.topic_first_post_id WHERE t.forum_id = '1' ORDER BY topic_sticky DESC,topic_time DESC LIMIT -50, 50