As to why the page is not displaying, I would tend to think it is a problem with code; either PHP syntax error or incorrect HTML.
You would need to check and/or re-upload this file:
includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
I've seen this before where a syntax error does not show an error, just doesn't show the rest of the page.
As to the HTML, this doesn't look right:
<td id="navColumnOne" class="columnLeft" style="width: 130px">
<div id="navColumnOneWrapper" style="width: 170px">
Having a TD 130px wide whilst trying to put inside that a DIV that is 170px wide, is asking for trouble.![]()




