The page isn't loading, but I'm assuming it's a stock install to the same db.
In core_htmlhead.tpl, there's this line:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
Change it to jquery.js (remove the .min)
So:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.js"></script>
That way I can debug it tomorrow morning, if you can just leave that up for now. Thanks. I suspect its because a nav-point is invalid, so it's erroring due to that, but I don't see any errors. If you can also export your acarsdata table with all the data so I can take a look at that too. Thanks!