The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Class Core And Usertools Question
Lately I've been getting a ton of database errors reported to me:
Quote:
Also, I recently switched server hosts for one of my other sites. Since the switch, my users haven't been able to use their usertools when making posts. I've been unable to find the problem. Any idea on how I can correct this problem? Any help would be greatly appreciated. |
#2
|
||||
|
||||
I don't think this has to do with your classcore file, I think this has to do with your site losing it's connection to mysql.
As for your other site, are your users getting an error or what when they try to use their usertools? I looked at your source code, and it looks like you are missing a link under each of your drop-downs - something like "<script type="text/javascript"> vbmenu_register("threadtools"); </script>" (but a bit differenct for each). I would check your templates. |
#3
|
||||
|
||||
Well the usertools appear, they're just not clickable. So they'll still see the "B", the "I", The "U" etc. If you type out the coding around texts, the coding still works. But the buttons themselves are not clickable.
|
#4
|
||||
|
||||
Oh, you aren't talking about the user tools, which is what I was looking at, you are talking about the Bold, Italic, Underline in the Quick Reply? As a guest, I don't see the Quick Reply. Have you modified that template lately?
|
#5
|
||||
|
||||
Yea I'm talking about the quickreply usertools, sorry for the confusion. I tried reverting all my templates and am still unable to user the tools for quick reply. I'm also unable to change the style options on my admincp for some reason. These are all problems that occured during the switching of server hosts.
|
#6
|
|||
|
|||
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. If this does not solve your problem, then it might be due to: - Not enough memory available to PHP, ask your host what the memory_limit is set to. - Bad configured mod_security, see: While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security. Make or edit your forum .htaccess file and add the following code Code:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> See this also thread: http://www.vbulletin.com/forum/showthread.php?t=167121 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|