اختفاء بعض الاقسام من المنتدى ومن لوحة التحكم مع وجود مواضيعها في الاحصائيات والنشره الدوريه
بسم الله الرحمن الرحيم
السلام عليكم
قبل تقريباً خمسة ايام وجدت على ايميلي اكثر من 40 رساله خطاء في قواعد البيانات
شيكت على المنتدى
وجدت ان بعض الاقسام اختفت عدد الردود وعدد المواضيع منها رغم وجود المواضيع بها وبعض الاقسام غير موجوده نهائياً في المنتدى وفي لوحة التحكم رغم وجود مواضيعها في احصائية المنتدى وفي النشره الدوريه
سويت اصلاح للجداول وتحديث للعدادات
والنتيجه رجوع عدد الردود والمواضيع اما الاقسام فلم تظهر رغم وجود مواضيعها في احصائية المنتدى وفي النشره الدوريه
الاخطاء
كود PHP:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT forum.title AS forum, COUNT(attachment.attachmentid) AS count, SUM(attachment.filesize) AS bytes
FROM attachment AS attachment, post AS post, thread AS thread, forum AS forum
WHERE attachment.postid = post.postid
AND post.threadid=thread.threadid
AND forum.forumid=thread.forumid
AND forum.forumid=13
GROUP BY thread.forumid
ORDER BY count DESC;
MySQL Error : Got error 134 from storage engine
Error Number : 1030
Request Date : Monday, February 8th 2010 @ 12:27:21 PM
Error Date : Monday, February 8th 2010 @ 12:27:21 PM
Script : http://www.shmookh.net/vb/f13.html
Referrer : http://www.shmookh.net/vb/
IP Address : ************
Username : ************
Classname : vB_Database
MySQL Version :
كذلك
كود PHP:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT thread.threadid, thread.forumid, thread.title, thread.prefixid, thread.taglist, 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 (62, 29, 15) AND thread.visible = 1
AND forum.password = ''
ORDER BY lastpost DESC;
MySQL Error : Got error 134 from storage engine
Error Number : 1030
Request Date : Monday, February 8th 2010 @ 01:28:22 PM
Error Date : Monday, February 8th 2010 @ 01:28:22 PM
Script : http://www.shmookh.net/vb/t237.html
Referrer :
IP Address : 77.31.214.196
Username : غير مسجل
Classname : vB_Database
MySQL Version :
الحل ياشباب