There seems to be a bug with the "Home" link in the navbar. You will need to edit the navbar template and edit the first line. It currently says
Code:
<div class="navbar"><a class="navbar" href="$session[sessionurl_q]">Home</a>
You will need to change it to
Code:
<div class="navbar"><a class="navbar" href="index.php$session[sessionurl_q]">Home</a>
or what ever your default forum home page is...