Got a fun, new error a few minutes ago when loading the main forum page:

General Error

Could not query topic list :select t.*, p.post_id, p.post_time, p.post_username, p.post_icon, f.*, u.username, u.user_id from nuke_phpbb_topics as t, nuke_phpbb_posts as p, nuke_phpbb_forums as f, nuke_phpbb_users as u where p.post_id = t.topic_last_post_id and f.forum_id = t.forum_id and p.poster_id=u.user_id and t.topic_type = "2" and t.topic_status <> 2 and p.post_time >= 1085852626 order by p.post_time desc