|
Could not query recent posts marquee information
DEBUG MODE
SQL Error : 1030 Got error 12 from storage engine
SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, t.topic_type, t.topic_status, p.post_id, p.poster_id,
p.post_time, u.user_id, u.username, u.user_lastvisit , f.forum_name, t.topic_replies, t.topic_views
FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_users u
WHERE t.forum_id IN (4, 13, 14, 38, 15, 39, 16, 22, 27, 17, 20, 25, 18, 23, 37, 24, 21, 26) AND t.topic_id = p.topic_id
AND f.forum_id = t.forum_id
AND t.topic_status <> 2
AND p.post_id = t.topic_last_post_id
AND p.poster_id = u.user_id
ORDER BY t.topic_last_post_id DESC
LIMIT 0,20
Line : 374 File : index.php |
|
|