|
Could not obtain search results
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-' at line 7
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 giupdotuthien_forums f, giupdotuthien_topics t, giupdotuthien_users u, giupdotuthien_posts p, giupdotuthien_posts_text pt
WHERE p.post_id IN (2)
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, 2-
Line : 788 File : search.php |
|
|