1. Default Template JS Error
I have the most current ver of the bulletin patch level 1 installed on a Windows 2003 Server SP2.
The install went fine and I am currently using the default Vbulletin template.
However when I browse the index page of the bulletin, I get the following JS errors:
Line: 433
Object Expected
<td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search");
Line: 576
Error: 'vbphrase is undefined'
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read";
init_forum_readmarker_system();
//-->
Line: 749
Error: Object Expected
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
Any ideas on this issue?
Thanks alot for the input, I'm new to using VBulletin. We currently have our production bulletin running on a Linux box, however for development purposes, I have installed it on a Windows Server since that is my area of expertise.
I have the most current ver of the bulletin patch level 1 installed on a Windows 2003 Server SP2.
The install went fine and I am currently using the default Vbulletin template.
However when I browse the index page of the bulletin, I get the following JS errors:
Line: 433
Object Expected
<td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search");
Line: 576
Error: 'vbphrase is undefined'
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read";
init_forum_readmarker_system();
//-->
Line: 749
Error: Object Expected
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
Any ideas on this issue?
Thanks alot for the input, I'm new to using VBulletin. We currently have our production bulletin running on a Linux box, however for development purposes, I have installed it on a Windows Server since that is my area of expertise.
Comment