I get database error when I try to open any thread!

chakru

New Member
Code:
Database error in vBulletin 3.7.2:

Invalid SQL:

			SELECT a.*, au.*, post.userid, post.postid 
			FROM post AS post
			INNER JOIN award_user AS au ON (au.userid=post.userid)
			INNER JOIN award AS a ON (a.award_id=au.award_id)
			WHERE 1=1 
AND post.postid IN (0,80110,80111,80372,80708,80709)

			GROUP BY au.issue_id
			ORDER BY au.issue_time DESC;

MySQL Error   : Got error 28 from storage engine
Error Number  : 1030
Request Date  : Monday, January 12th 2009 @ 01:21:15 PM
Error Date    : Monday, January 12th 2009 @ 01:21:15 PM
Script        : http://xxxxxxxxx.com/showthread.php?t=1589&page=8
Referrer      : http://xxxxxxxxx.com/
IP Address    : xxxxxxxxxxxxxxx
Username      : admin
Classname     : vB_Database
MySQL Version : 5.0.51a-community

Cant able to figure out the problem, I tried to restore my database everything went smooth but after I try to open any thread it gets me this error!! I dont know whats the problem is it because of VBSEO? I used VBSEO on my forums I dont is it the one which is giving me this problem not sure.. do I need to try reinstalling my vbseo??

any help will be great

thank you
 
Back
Top