The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
error that i cant seem to fix
Code:
vbsearchlog Check Warning: Table is marked as crashed vbsearchlog Check Warning: 1 client is using or hasn't closed the table properly vbsearchlog Check Error: Record at pos: 2483628 is not remove-marked vbsearchlog Check Error: record delete-link-chain corrupted vbsearchlog Check Error: Corrupt vbsearchlog vbtagsearch Check Warning: 1 client is using or hasn't closed the table properly vbtagsearch Check Error: Record at pos: 6048 is not remove-marked vbtagsearch Check Error: record delete-link-chain corrupted vbtagsearch Check Error: Corrupt vbtagsearch i went into mysql and rebuilt the tables also did the same thing in vbulletin admin area but no luck. anyone able to assist me in fixing this? just for your info, i'm somewhat limited in my knowledge of fixing databases and tables. i know enough to get things from scratch up and running. |
#2
|
||||
|
||||
Since your host is responsible for the problem in the first place, have you tried showing those errors to your host and asking the to try to fix the database?
|
#3
|
|||
|
|||
they said "your best option may be to contact vB about this directly. The rest of your script works fine which is another confirmation that the mysql service and database are perfectly fine. They probably have some sort of logging tool that may be able to help identify the issue. Unfortunately, as we are not experts with their software, we wouldn't know how to do this offhand."
could i just backup the mysql without those tables selected, reinstall the script, import the backup and be good to go? |
#4
|
||||
|
||||
Do you have any mods that interact with the search function?
If so, try disabling them and seeing if it's still an issue. If it is, disable all mods but the cms and see if it works. |
#5
|
||||
|
||||
You can probably just drop the searchlog and tagsearch table and then create them again.
|
#6
|
|||
|
|||
Just as a way to be sure that none plugin causes this error, turn on the plugin system by adding at the top of includes/config.php file (just below <?php):
Code:
define('DISABLE_HOOKS', true); Chris |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|