PDA

View Full Version : error plz help


businessmeet
09-17-2011, 04:43 PM
Database error in vBulletin 4.1.5:

Invalid SQL:

SELECT socialgroup.groupid, socialgroup.name, socialgroup.description, socialgroup.dateline, sgicon.dateline AS icondateline,
sgicon.thumbnail_width AS iconthumb_width, sgicon.thumbnail_height AS iconthumb_height
FROM socialgroupmember AS socialgroupmember
INNER JOIN socialgroup AS socialgroup ON
(socialgroup.groupid = socialgroupmember.groupid)
LEFT JOIN socialgroupicon AS sgicon ON sgicon.groupid = socialgroup.groupid
WHERE
socialgroupmember.userid = 336
AND socialgroupmember.type = 'member'
ORDER BY socialgroup.name;

MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Saturday, September 17th 2011 @ 12:19:49 PM
Error Date : Saturday, September 17th 2011 @ 12:19:50 PM
Script : http://www.businessmeet.com/member.php?336-aimhrsolution
Referrer : http://www.businessmeet.com/forum.php
IP Address : 114.79.178.63
Username : business
Classname : vB_Database
MySQL Version : 5.0.92-community

Lynne
09-17-2011, 08:55 PM
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.

businessmeet
09-18-2011, 02:30 AM
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.

thankyou very much , this is fixed :)