The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Threadviews Error
Quote:
Anyway to have it fixed? -m |
#2
|
||||
|
||||
If you run repair/optimize on your threadviews table and get told:
threadviews Check Error: Incorrect file format 'threadviews' Then run these queries to drop/recreate the table: 1: DROP TABLE IF EXISTS threadviews; 2: CREATE TABLE threadviews ( threadid INT UNSIGNED NOT NULL DEFAULT '0', KEY threadid (threadid) ); If you have a table prefix, then be sure to add that (ie. prefixthreadviews) |
#3
|
|||
|
|||
Hello Ms Lynne..
Will this affect the files? Or will it delete important files? Or will any data be loss? Thank You. -m |
#4
|
||||
|
||||
It won't affect any files - those are database queries. If you had any threadview counts waiting to be added to the total, then yes, you will lose that data. However, right now you don't have that data either since the table is having problems.
|
#5
|
|||
|
|||
<font color="DarkRed">miss lynne,
thank you very much for the help. kudos! -m</font> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|