Further info on this problem:
The Dashboard is doing the same thing, it is also blank.
Looking at the source of the page when clicking on either Dashboard or Reports equal;s this:
Code:
<script language="Javascript">
if (!Get_Cookie('showLeftCol')) {
Set_Cookie('showLeftCol','true',30,'/','','');
}
var show = Get_Cookie('showLeftCol');
if (show == 'true') {
this.document.getElementById('leftCol').style.display='inline';
document['HideHandle'].src = 'themes/VintageSugar/images/hide.gif';
} else {
this.document.getElementById('leftCol').style.display='none';
document['HideHandle'].src = 'themes/VintageSugar/images/show.gif';
}
</script>
<img src="themes/VintageSugar/images/blank.gif" alt="" width="160" height="1" border="0"></td></tr></table></div></td>
<td style="padding-right: 10px; vertical-align: top; width: 100%;">
<!-- crmprint --> The page just ends there. Nothing else is displayed.
Any and all help is appreciated
Bookmarks