Log in

View Full Version : Notifications Menu Error


leanbulk
05-13-2008, 05:23 AM
I am getting the following error on ALL three styles, and I have tried disabling every product/plugin I have installed and that doesn't fix the issue:



Line: 3053

Char: 2

Error: 'vBmenu' is undefined

Code: 0

URL: http://www.leanbulk.com/forum/



The error goes away when I remove:

<script type="text/javascript"> vBmenu.register("notifications"); </script>

From the templates. There is no drop down arrow on the Notifcations on any page. Does anyone have a clue how to fix this?



Thanks

Jordan

Marco van Herwaarden
05-13-2008, 08:13 AM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.

leanbulk
05-19-2008, 08:30 PM
Okay, I have done all this. Nothing has fixed the problem. Could it possibly be a database issue? NONE of the drop downs work on the entire site including:

Notifications
Clicking a Username on a Post
Forum Tols
Thread Tools

Can't figure this out. They work on my testing forum that uses a different database, but has the same modifcations and style:

http://www.leanbulk.com/testing

--------------- Added 1211312466 at 1211312466 ---------------

in case anybody cares or is having the same issues, I upgraded the vbseo to the newest version and it solved all the problems. thank god