cut n pasted ..
------------
General Error
SQL ERROR [ mysql4 ]
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 LCASE(f.forum_desc) LIKE '%mirror%' AND )) OR (( AND LCASE(f.forum_name) LIK' at line 4 [1064]
SQL
SELECT f.forum_id, f.forum_parents, f.parent_id, f.forum_name, f.forum_desc, f.forum_posts, f.forum_link, f.forum_image FROM phpbb_forums f WHERE f.forum_type = 2 AND f.parent_id > 0 AND ((( AND LCASE(f.forum_desc) LIKE '%mirror%' AND )) OR (( AND LCASE(f.forum_name) LIKE '%mirror%' AND ))) AND f.forum_id NOT IN (4, 31, 35) ORDER BY f.forum_name ASC
BACKTRACE
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/includes/template.php(230) : eval()'d code
LINE: 56
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/includes/template.php
LINE: 230
CALL: eval()
FILE: [ROOT]/includes/functions.php
LINE: 5062
CALL: template->display()
FILE: [ROOT]/search.php
LINE: 1148
CALL: page_footer()
-----------end ---------------------
Chris..