|
Couldn't retrieve topposters data
DEBUG MODE
SQL Error : 1017 Can't find file: 'judgmental2_phpbb_posts' (errno: 2)
select u.user_id, u.username, count(u.user_id) as user_posts
FROM judgmental2_phpbb_users u, judgmental2_phpbb_posts p
WHERE (u.user_id = p.poster_id) AND (p.post_time > '1656280800') AND (u.user_id <> -1)
GROUP BY user_id, username
ORDER BY user_posts DESC
LIMIT 10 Line : 35 File : module.php |
|
|