Log in

View Full Version : A datebase error in the admin cp. Help


TRABZONLUKAPLAN
08-14-2008, 06:22 PM
I am getting this error when I want to under the vbulletin options on admin cp. Everything was working well and I didnt change anything to cause these. And the message box, thanks box which we couldnt open.



Database error in vBulletin 3.6.8:

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 : Got error 28 from storage engine
Error Number : 1030
Date : Thursday, August 14th 2008 @ 10:16:57 PM
Script : http://www.***.com/forum/admincp/options.php?null=0
Referrer : http://www.***.com/forum/admincp/index.php?do=nav
IP Address : 88.***.***.**
Username : [KAPLAN]
Classname : vB_Database

Lynne
08-14-2008, 07:38 PM
Error 28 I believe is that mysql is running out of space. You may want to try to optimize your database, but ultimately you are going to have to talk to your host about this.

TRABZONLUKAPLAN
08-14-2008, 09:14 PM
Thanks for your interest. Problem fixed.

Marco van Herwaarden
08-15-2008, 06:00 AM
You better don't try to repair tables if the server is running out of available diskspace, this can lead to unrepairable table corruption.

When this happens, close the board and contact the host ASAP to have this resolved.

TRABZONLUKAPLAN
08-15-2008, 06:22 AM
Thank you. I talked about this issue to my host and they just reset server and problems fixed. My mysql size is a lil big, probably that cause this problem.