The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Search button isn't working.
I have no idea what happened, this error appeared out of no where.
Happens when you try to search, any ideas? Quote:
|
#2
|
||||
|
||||
And did you do as the error suggests and try to repair the table?
|
#3
|
||||
|
||||
Yes, I did. It said the table is corrupt
|
#4
|
||||
|
||||
3 ways to repair a database
=================== 1. you need to upload tools.php from your vB zip file to your /admin directory and run this url yourdomain.com/admin/tools.php and click [Repair Tables] 2. or using mysqlcheck repair for 3.23.38 and above i.e. in shell/telnet/ssh type while mysql is running and forum is CLOSED: mysqlcheck -r -u mysqlusername -p databasename 3. or via myisamchk repair functions while mysql is shutdown/stopped in shell/telnet/ssh type : myisamchk -r -u root -p databasename option #3 most likely requires server and mysql root access to first stop mysql and then run myisamchk repair options. If none of those work, you will need to contact your host for help. |
#5
|
||||
|
||||
The table is showing as 0kb, is there a way I can re-upload just this table?
Better yet, can I just remove the tag feature from search so it isn't an issue? If it is what I think it is (most searched tags) it isn't really used much. |
#6
|
||||
|
||||
If you want, you may just delete the table and recreate it. The schema is in the /install/mysql-schema.php file.
|
#7
|
||||
|
||||
Quote:
|
#8
|
||||
|
||||
You don't run that file. Open it and you will find the query to create the table.
|
#9
|
||||
|
||||
Quote:
When I try re-creating the table using the query in mysql-schema.php I just keep getting a query error. |
#10
|
||||
|
||||
And what is the exact query you are trying to run (please use the code tags)? And what is the exact error you are getting when running it? And do you have a table prefix defined in your config.php file?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|