PDA

View Full Version : Database Error


nokidding
11-03-2008, 04:07 AM
Database error in vBulletin 3.7.1:

Invalid SQL:

SELECT user.*, (user.options & 512) AS invisible , avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.filedata_thumb, customavatar.height AS avheight, customavatar.width AS avwidth, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb

FROM arabic_userlist AS userlist
INNER JOIN arabic_user AS user ON (user.userid = userlist.relationid)
LEFT JOIN arabic_avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN arabic_customavatar AS customavatar ON (customavatar.userid = user.userid)

WHERE userlist.userid = 90
AND userlist.type = 'buddy'
AND userlist.friend = 'yes'

ORDER BY RAND()
LIMIT 0, 6;

MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Monday, November 3rd 2008 @ 01:05:37 AM
Error Date : Monday, November 3rd 2008 @ 01:05:37 AM
Script : http://arabicmusicforums.com/forums/member.php?u=90
Referrer : http://arabicmusicforums.com/forums/showthread.php?t=3837
IP Address : 194.126.21.5
Username : The Punisher
Classname : vB_Database
MySQL Version : 5.0.51a-community

AND


Database error in vBulletin 3.7.1:

Invalid SQL:

SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM arabic_pm AS pm
LEFT JOIN arabic_pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN arabic_icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=2 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 50;

MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Monday, November 3rd 2008 @ 01:09:22 AM
Error Date : Monday, November 3rd 2008 @ 01:09:22 AM
Script : http://www.arabicmusicforums.com/forums/private.php
Referrer : http://www.arabicmusicforums.com/forums/index.php
IP Address : 194.126.21.5
Username : The Punisher
Classname : vB_Database
MySQL Version : 5.0.51a-community

Dismounted
11-03-2008, 04:10 AM
<i>Error code 28: No space left on device</i>

One or more partitions on your server is out of space or doesn't have enough space to complete this operation. You need to shutdown your forums and contact your host immediately. You or your host will need to find out which partition is low on disk space and either add more space or free up some.

SEOvB
11-03-2008, 04:11 AM
Error 28 = your out of disk space

You'll need to either:
1. Upgrade your hosting
2. Contact your host
3. Free up disk space by removing other items.

nokidding
11-03-2008, 11:45 AM
We fixed it :)