As an aid in dubgging, here is the error generated when trying to access
SQL Error : 1064 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 ') LIMIT 0, 5' at line 9
SELECT DISTINCT(t.topic_id) FROM phpbb_search_wordmatch m, phpbb_posts p, phpbb_topics t WHERE t.topic_id <> 1150 AND t.topic_status <> 2 AND p.topic_id = t.topic_id AND p.post_id = m.post_id AND p.forum_id IN (2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, -1035, 23, 24, 25, 28, 27, 29, 31, 32, 33, 34, 35, 37, 39, 40, 41) AND m.title_match = 1 AND m.word_id IN () LIMIT 0, 5
Line : 78
File : /home/aquaticp/public_html/aquaticp/forum/includes/functions_related.php