phpbb Fetch All error: database query failed
SQL: SELECT f.*, p.*, pt.*, t.*, u.*
FROM saudi_arabia_topics AS t,
alloexpa_alloexpat.asia_users AS u,
saudi_arabia_posts_text AS pt,
saudi_arabia_posts AS p,
saudi_arabia_forums AS f
WHERE t.forum_id IN (2) AND t.topic_last_post_id = pt.post_id
AND t.topic_last_post_id = p.post_id AND p.post_time <= 1224126481 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,5
at /home/alloexpa/public_html/saudi_arabia_expat_forum/mods/phpbb_fetch_all/common.php:337