|
Could not obtain search results
DEBUG MODE
SQL Error : 1146 Table 'escrimep6.phpbb_posts_text' doesn't exist
SELECT pt.post_text, pt.bbcode_uid, pt.post_subject, p.*, f.forum_id, f.forum_name, t.*, u.username, u.user_id, u.user_sig, u.user_sig_bbcode_uid
FROM phpbb_forums f, phpbb_topics t, phpbb_users u, phpbb_posts p, phpbb_posts_text pt
WHERE p.post_id IN (3, 4, 5, 6, 8, 9, 14, 17, 25, 27, 37, 38, 48, 49, 50, 53, 61, 62, 68, 73, 77, 80, 83, 94, 95, 97, 98, 102, 104, 109, 110, 114, 119, 121, 126, 131, 133, 134, 137, 149, 151, 154, 163, 169, 173, 177, 180, 183, 185, 186, 189, 202, 204, 207, 209)
AND pt.post_id = p.post_id
AND f.forum_id = p.forum_id
AND p.topic_id = t.topic_id
AND p.poster_id = u.user_id ORDER BY p.post_time DESC LIMIT 0, 15
Line : 787 File : search.php |
|
|