This site will work and look better in a browser that supports web standards, but it is accessible to any browser or Internet device.

Easy access versions

Discussion forums – latest posts

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 (2,3,4,5,6) AND t.topic_last_post_id = pt.post_id AND t.topic_last_post_id = p.post_id AND p.post_time <= 1327754887 AND t.forum_id = f.forum_id AND u.user_id = p.poster_id ORDER BY p.post_time DESC LIMIT 0,8
 
at /home/guyforst/public_html/stwerburghs/forums/mods/phpbb_fetch_all/common.php:345