Log in

View Full Version : How to solve database error?


rainyleaves
04-19-2015, 03:04 PM
Hi,

My site is down with database error.
How to solve?

Warning: SQLiteDatabase::queryExec() [sqlitedatabase.queryexec]: database is full in [path]/includes/class_core.php on line 1032

Warning: SQLiteDatabase::queryExec() [sqlitedatabase.queryexec]: database is full in [path]/includes/class_core.php on line 1038

Database error in vBulletin 3.8.7:

Invalid SQL:
SELECT * FROM xxxxxx_quotes WHERE unapproved = 0 ORDER BY RAND() LIMIT 1;

MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Monday, April 20th 2015 @ 12:53:19 AM
Error Date : Monday, April 20th 2015 @ 12:53:20 AM
Script : http://xxxxx.com/home.php
Referrer :
IP Address : x.x.x.x
Username : xxxxxxxxxx
Classname : vB_Database
MySQL Version : 5.1.63-log




Is this problem caused by server setting?
Please...help..
Thanks.

kh99
04-19-2015, 03:26 PM
You are out of disk space, or don't have enough to complete the operation. You should contact whoever does admin for your server.

rainyleaves
04-19-2015, 11:37 PM
Thanks Kh99. I will check it out.