The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi my board just recently crashed for no reason. I haven't done anything to it for nearly 6 months either. The SQL error I get is:
Code:
Database error in vBulletin 2.3.0: Invalid SQL: SELECT COUNT(*) AS posts FROM post mysql error: Can't open file: 'post.MYD'. (errno: 145) mysql error number: 1016 |
#2
|
||||
|
||||
![]()
Your post table looks like it is corrupted. Just do a Repair and Optimize on the table and it should take care of it.
![]() |
#3
|
||||
|
||||
![]()
There is a problem with the mySQL-backend: The file for table post (post.MYD) can't be opened.
This can be caused by hard disk damage for example. Try [sql] CHECK TABLE post [/sql] I think it will report Table was marked as crashed and should be repaired If this is the case [sql] REPAIR TABLE post [/sql] If this fails you hopefully got a backup ... |
#4
|
||||
|
||||
![]()
Awesome. Thanks guys. It's fixed. I had a backup but it was a few weeks old and I wasn't going to resort to it unless I had to. Thanks though. It's fixed. How does something like this suddenly happen though?
|
#5
|
||||
|
||||
![]()
Either a bug in mySQL (incorrect data written, crashed during write, etc.), or a hardware failure (hardisk failure, instable RAM, etc.)
|
#6
|
||||
|
||||
![]()
Or that unknown force that comes out of nowhere once in a while to add a little zest to our lives.
![]() |
#7
|
||||
|
||||
![]()
Makes sense I guess. Thanks guys. Everything's working fine now.
![]() |
#8
|
||||
|
||||
![]()
Anytime, my friend.
![]() |
#9
|
|||
|
|||
![]()
FWIW, PHP programs do not crash unless it miraculously takes the PHP interpreter down with it (which would be one hell of a script to do that).
Random hack plug that will fix this in the future: https://vborg.vbsupport.ru/showthrea...threadid=51560 |
#10
|
||||
|
||||
![]()
Do you have a version for vB3 yet?
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|