Fout in query "No database selected": "SELECT SQL_CALC_FOUND_ROWS t.forum_id, forum_name, t.topic_id, topic_title, username, post_time, topic_replies FROM phpbb_topics AS t JOIN phpbb_forums AS f USING(forum_id) JOIN phpbb_posts AS p ON topic_last_post_id = post_id JOIN phpbb_users AS u ON p.poster_id = user_id WHERE (t.forum_id = '62') ORDER BY topic_last_post_id DESC LIMIT 10 OFFSET 0".
string(166) "phpbb_topics AS t JOIN phpbb_forums AS f USING(forum_id) JOIN phpbb_posts AS p ON topic_last_post_id = post_id JOIN phpbb_users AS u ON p.poster_id = user_id"
array(7) {
[0]=>
string(10) "t.forum_id"
[1]=>
string(10) "forum_name"
[2]=>
string(10) "t.topic_id"
[3]=>
string(11) "topic_title"
[4]=>
string(8) "username"
[5]=>
string(9) "post_time"
[6]=>
string(13) "topic_replies"
}
array(1) {
["t.forum_id"]=>
int(62)
}
array(3) {
["order"]=>
array(1) {
[0]=>
array(1) {
["desc"]=>
string(18) "topic_last_post_id"
}
}
["limit"]=>
int(10)
["offset"]=>
int(0)
}