In admin_forums.asp the link to admin_compactdb.asp uses the wrong caps.
It is linked as admin_compactDB.asp and won't work on Chili!Asp because of that.
Fix is easy: change line 56 in admin_forums.asp to:
Response.write "<li><a href=""admin_compactdb.asp"">Compact Database</a>"
Pierre