The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Database error while making post - PLEASE HELP
I am getting a database error on my forum whenever any user (including admins) try to make a post. Surfing the forum seems to be fine, but whenever a user tries to make a post, this error appears and this is not letting anyone make a post.
Here is the screenshot of the error. Just blacked out the website URL and IP. Following is error that is shown in that yellowish box. In the brackets I have written what is shown there, also made that text bold. Quote:
PLEASE TELL ME HOW TO FIX THIS ERROR ASAP. |
#2
|
||||
|
||||
A quick guess would be someone/something has played around with the autoincrement postid value for the post table.
To check this issue the following two mysql commands: Code:
select max(postid) from bocetapost Code:
SELECT AUTO_INCREMENT FROM information_schema.TABLES WHERE TABLE_SCHEMA = "DATABASE NAME" AND TABLE_NAME = "bocetapost" If the second number is less than or equal to the first, take note of the postid from the first and run the following query: Code:
ALTER TABLE bocetapost AUTO_INCREMENT = postid + 1; |
Благодарность от: | ||
Max Taxable |
#3
|
||||
|
||||
You can try doing an optimize/repair on the bocetapost table under Maintenance > Optimize/Repair > select the table > Continue
|
#4
|
||||
|
||||
Run a repair on the "bocetapost" table.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|