| |
Could not obtain forum approval information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ')
AND t.topic_id = ap.topic_id
AND af.forum_id = t.forum_id
AND f.fo' at line 3
SELECT af.*, ap.topic_id, ap.post_id, ap.is_post, ap.is_topic, count( DISTINCT apt.post_id ) as topic_posts_awaiting FROM phpbb_approve_forums af, phpbb_approve_posts ap, phpbb_topics t, phpbb_forums f
LEFT JOIN phpbb_approve_posts apt ON apt.topic_id = ap.topic_id
WHERE ap.topic_id IN ( )
AND t.topic_id = ap.topic_id
AND af.forum_id = t.forum_id
AND f.forum_id = af.forum_id
GROUP BY ap.topic_id
Line : 794 File : search.php |
| |
|