![]() |
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. https://vborg.vbsupport.ru/external/2014/11/14.png 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. |
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 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; |
You can try doing an optimize/repair on the bocetapost table under Maintenance > Optimize/Repair > select the table > Continue
|
Run a repair on the "bocetapost" table.
|
All times are GMT. The time now is 10:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|