Merhaba arkadaşlar hergün mailime hatalar geliyor bunlar için ne yapabilirim ?
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM pm AS pm
LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=320 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 25;
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Monday, August 6th 2012 @ 03:13:54 PM
Error Date : Monday, August 6th 2012 @ 03:13:54 PMDatabase error in vBulletin 3.8.4:
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 = 5751
AND socialgroupmember.type = 'member'
ORDER BY socialgroup.name;
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Monday, August 6th 2012 @ 03:12:58 PM
Error Date : Monday, August 6th 2012 @ 03:12:58 PMDatabase error in vBulletin 3.8.4:
Invalid SQL:
SHOW COLUMNS FROM user LIKE 'username';
MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Monday, August 6th 2012 @ 03:03:06 PM
Error Date : Monday, August 6th 2012 @ 03:03:06 PM
Database error in vBulletin 3.8.4:
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 userlist AS userlist
INNER JOIN user AS user ON (user.userid = userlist.relationid)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
WHERE userlist.userid = 1
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 : Sunday, August 5th 2012 @ 03:05:19 AM
Error Date : Sunday, August 5th 2012 @ 03:05:19 AMDatabase error in vBulletin 3.8.4:
Invalid SQL:
SELECT text, languageid, special
FROM phrase AS phrase
LEFT JOIN phrasetype USING (fieldname)
WHERE phrase.fieldname = 'frontredirect'
AND varname = 'lostpw' AND languageid IN (-1, 0, 2);
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Friday, July 27th 2012 @ 09:00:51 AM
Error Date : Friday, July 27th 2012 @ 09:01:11 AM