phpbb Fetch All error: database query failed SQL: SELECT f.*, p.*, pt.*, t.*, u.*
FROM phpbb_topics AS t,
phpbb_users AS u,
phpbb_posts_text AS pt,
phpbb_posts AS p,
phpbb_forums AS f
WHERE t.forum_id IN (1) AND t.topic_first_post_id = pt.post_id
AND t.topic_first_post_id = p.post_id AND p.post_time <= 1258754837 AND t.forum_id = f.forum_id AND u.user_id = p.poster_id ORDER BY p.post_time DESC LIMIT 36?sid=602521e1b2f98a737c0db6cd9fd058c2,3 at C:\Sites\mygen.co.uk\phpBB2\mods\phpbb_fetch_all\common.php:345 |