I had the following problem after installing XPMidnight.
News Topic icons linked to search.php instead of modules.php. This resulted in cgi error.
I resolved this problem by making changes to the theme.php file.
Lines 244 and 314 (may vary if you've made changes) find:
Code:
<a href=\"search.php?query=&topic=$topic\">
Changed both to:
Code:
<a href=\"modules.php?name=News&new_topic=$topic\">