Try this ...
Edit the file:
/includes/functions/banner.php
And edit line 229:
Change to read:PHP Code:$new_banner_search = ' and ' . $new_banner_search;
Does this resolve the banners issue for you?PHP Code:$new_banner_search = ' and (' . $new_banner_search . ')';



