6
Hi again. Here's a transcript of the debug error I get on opening CBB: SELECT DISTINCT t.topic_id, t.topic_replies, t.forum_id, t.topic_title, t.topic_views, t.topic_subject, f.forum_name, f.allow_subject_prefix, p.post_id, p.post_time, p.icon, p.uid, p.poster_name FROM bb_posts AS p LEFT JOIN bb_topics AS t ON t.topic_last_post_id=p.post_id LEFT JOIN bb_forums AS f ON f.forum_id=t.forum_id WHERE 1=1 AND t.forum_id IN () AND t.approved = 1 AND p.post_time>1216564022 AND p.approved=1 ORDER BY p.post_time DESC LIMIT 0, 5
Error number: 1064
Error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.approved = 1 AND p.post_time>1216564022 AND p.approved=1 ORDER BY p.post' at line 1