phpbb Fetch All error: database query failed
SQL: SELECT f.*, p.*, pt.*, t.*, u.*
FROM puerto_rico_topics AS t,
alloexpa_alloexpat.asia_users AS u,
puerto_rico_posts_text AS pt,
puerto_rico_posts AS p,
puerto_rico_forums AS f
WHERE t.forum_id IN (2,3,4,5,6,7,8,9,10,11) AND t.topic_last_post_id = pt.post_id
AND t.topic_last_post_id = p.post_id AND p.post_time <= 1224125989 AND t.topic_type <> 0 AND t.topic_status <> 1 AND t.topic_status <> 2 AND t.topic_vote <> 1 AND t.forum_id = f.forum_id AND u.user_id = p.poster_id ORDER BY p.post_time DESC LIMIT 0,50
at /home/alloexpa/public_html/puerto_rico_expat_forum/mods/phpbb_fetch_all/common.php:337