| |
Could not query recent topics information
DEBUG MODE
SQL Error : 1030 Got error 134 from storage engine
SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username
FROM bb_topics AS t, bb_posts AS p, bb_users AS u
WHERE t.forum_id NOT IN (12,14,15,20)
AND t.topic_status <> 2
AND p.post_id = t.topic_last_post_id
AND p.poster_id = u.user_id
ORDER BY p.post_id DESC
LIMIT 7
Line : 147 File : portal.php |
| |
|