| |
Could not query recent topics information
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 ')
AND pa.topic_id=p.topic_id
AND pa.type='1'
ORDER BY p.post_time DESC' at line 9
SELECT t.topic_id, t.topic_title, p.post_id, p.post_time, u.user_id,
u.username,u.user_from,u.user_from_dept,u.user_from_country
FROM phpbb_topics AS t, phpbb_posts AS p, phpbb_users AS u , extra_pa as pa
WHERE t.topic_status <> 2 AND t.forum_id NOT IN ( 36 )
AND p.post_id = t.topic_last_post_id
AND u.user_from!='' AND (u.user_from_country!='' OR u.user_from_dept!='')
AND p.poster_id = u.user_id AND p.poster_id!='-1'
AND t.forum_id=5
AND ( )
AND pa.topic_id=p.topic_id
AND pa.type='1'
ORDER BY p.post_time DESC
Line : 178 File : mod_recent_pa.php |
| |
|