Log in

View Full Version : SQL error and I don't know how to fix


inspiration100
12-16-2008, 10:50 PM
When I go to vbulletin options under General Settings I get this error:
Database error in vBulletin 3.7.4:

Invalid SQL:

SELECT setting.*, settinggroup.grouptitle
FROM settinggroup AS settinggroup
LEFT JOIN setting AS setting USING(grouptitle)
WHERE settinggroup.displayorder <> 0
ORDER BY settinggroup.displayorder, setting.displayorder;

MySQL Error : Can't create/write to file '/tmp/#sql_ff0_0.MYI' (Errcode: 30)
Classname : vB_Database
MySQL Version : 5.0.67-community

Can anyone help me figure out how to fix this? I've tried disabling all my plugins and I have no clue when this error arose.
Thank you.

Paul M
12-16-2008, 10:54 PM
Its a server error, contact your host.

inspiration100
12-16-2008, 10:56 PM
Thanks a bunch Paul! So if I transfer the site like this to a new host, this error will probably go away?

Paul M
12-16-2008, 10:59 PM
Well thats an extreme cure, but yes.

inspiration100
12-16-2008, 11:01 PM
Thank you Paul, I very very much appreciate the quick help! No, I've been long overdue for a new host.