| |
السلام عليكم
عندي أخطاء توصلني على الإيميل من أسبوع تقريباً كود: خطأ في قاعدة بيانات vBulletin 3.6.8:
Invalid SQL:
SELECT crown_type AS type, show_crowns, show_t_won FROM games_settings;
خطأ MySQL : MySQL server has gone away
رقم الخطأ : 2006 وقفلت هاك الألعاب
والحين توصلني كود: خطأ في قاعدة بيانات vBulletin 3.6.8:
Invalid SQL:
SELECT user.username, user.usergroupid, user.membergroupids,
session.userid, session.inthread, session.lastactivity,
IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid,
IF(user.options & 512, 1, 0) AS invisible
FROM session AS session
LEFT JOIN user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > 1210406200
ORDER BY username ASC, lastactivity DESC;
خطأ MySQL : MySQL server has gone away
رقم الخطأ : 2006 كود: خطأ في قاعدة بيانات vBulletin 3.6.8:
Invalid SQL:
SELECT thread.threadid, thread.forumid, thread.title, postusername, postuserid, thread.lastpost, thread.replycount, forum.title AS forumtitle
,post.pagetext AS preview
FROM thread AS thread
INNER JOIN forum AS forum ON (forum.forumid = thread.forumid)
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
WHERE thread.threadid IN (35911, 41671, 42377, 48166, 46805) AND thread.visible = 1
AND forum.password = ''
ORDER BY lastpost DESC;
خطأ MySQL : MySQL server has gone away
رقم الخطأ : 2006 كود: خطأ في قاعدة بيانات vBulletin 3.6.8:
Invalid SQL:
UPDATE session
SET lastactivity = 1210362821, location = '/vb/newreply.php?do=newreply&p=1006657', incalendar = 0, badlocation = 0, useragent = 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'
WHERE sessionhash = 'f2dde8dc377c71f8bac6cc3170a5bd91';
خطأ MySQL : MySQL server has gone away
رقم الخطأ : 2006 فما هو الحل
|
10-05-2008, 12:10 PM
| | | | |