The error that occurs is this one:
Code:
Database error in vBulletin 3.6.7:
Invalid SQL:
select p.threadid, t.forumid from sam_post p left join sam_thread t on(t.threadid = p.threadid) where p.userid = 0;
MySQL Error : Can't open file: 'sam_post.MYI' (errno: 145)
Error Number : 1016
Date : Friday, July 11th 2008 @ 08:31:42 AM
Script : http://www.insurance-forums.net/forum/
Referrer : https://vborg.vbsupport.ru/showthread.php?t=185001
IP Address : 59.167.130.254
Username : Unregistered
Classname : vb_database
Most likely, your database has become corrupt, to fix this, try running this command (in phpMyAdmin or something where you can execute queries).
[sql]REPAIR TABLE sam_post[/sql]