| |
Could not obtain search results
DEBUG MODE
SQL Error : 1030 Got error 12 from table handler
SELECT t.*, f.forum_id, f.forum_name, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_username, p2.post_username AS post_username2, p2.post_time
FROM phpBB_lsb_topics t, phpBB_lsb_forums f, phpBB_lsb_users u, phpBB_lsb_posts p, phpBB_lsb_posts p2, phpBB_lsb_users u2
WHERE t.topic_id IN (513, 505, 504, 517, 487, 469, 457, 192, 196, 423, 421, 419, 418, 267, 401, 319, 385, 349, 372, 377)
AND t.topic_poster = u.user_id
AND f.forum_id = t.forum_id
AND p.post_id = t.topic_first_post_id
AND p2.post_id = t.topic_last_post_id
AND u2.user_id = p2.poster_id ORDER BY p2.post_time DESC LIMIT 0, 50
Line : 787 File : search.php |
| |
|