Well it just went down AGAIN
What is causing this ?
I ran into myphpmyadmin and repiared the table , when i went back to structure another one was bad had to do like 5 or 6 of them whats crashing my database ?
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT subscriptionlog.userid, subscriptionlog.status, subscriptionlog.regdate, subscriptionlog.expirydate,
user.userid, user.username, user.usergroupid, displaygroupid,
usergroup.usergroupid, usergroup.title,
groupa.opentag as opentaga, groupa.closetag as closetaga,
groupb.opentag as opentagb, groupb.closetag as closetagb
FROM vbsubscriptionlog AS subscriptionlog
LEFT JOIN vbuser as user ON (subscriptionlog.userid = user.userid)
LEFT JOIN vbusergroup as usergroup ON(user.usergroupid = usergroup.usergroupid)
LEFT JOIN vbusergroup as groupa ON(user.usergroupid = groupa.usergroupid)
LEFT JOIN vbusergroup as groupb ON(user.displaygroupid = groupb.usergroupid)
WHERE subscriptionlog.status != '0' ORDER BY subscriptionlog.regdate DESC LIMIT 0, 3;
MySQL Error : Can't open file: 'vbuser.MYI' (errno: 145)
Error Number : 1016
DM
nvalid SQL:
SELECT post.pagetext AS preview,
thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.dateline, thread.forumid,
thread.replycount, IF(thread.views=0, thread.replycount+1, thread.views) as views, thread.sticky,
thread.pollid, thread.open, thread.lastpost AS postdateline, thread.visible, thread.hiddencount, thread.deletedcount,
thread.lastpost, thread.lastposter, thread.lastpostid, thread.attach, thread.postusername, thread.forumid,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
user.userid AS postuserid
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
FROM vbthread AS thread
LEFT JOIN vbuser AS user ON(user.userid = thread.postuserid)
LEFT JOIN vbdeletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN vbsubscribethread AS subscribethread
ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN vbpost AS post ON(post.postid = thread.firstpostid)
WHERE thread.threadid IN
(4101, 4156, 2342, 3474, 4165, 3854, 4149, 4164, 4158, 4161, 3978);
MySQL Error : Can't open file: 'vbsubscribethread.MYI' (errno: 144)
Error Number : 1016
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT IF(visible = 2, 1, 0) AS isdeleted,
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed, emailupdate, folderid,
thread.*
FROM vbthread AS thread
LEFT JOIN vbsubscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND subscribethread.canview = 1)
WHERE thread.threadid = 4156;
MySQL Error : Can't open file: 'vbsubscribethread.MYI' (errno: 144)
Error Number : 1016
I ran the suspect file versions and found
Payment API
File version mismatch: found 3.6.6, expected 3.6.8
MOD CP
File version mismatch: found 3.6.7, expected 3.6.8
Does this Matter if it does how do i just update these 2 pages ? FTP ?
The Only thing diffrent on my site from last week is I have VBseo Sitemaps Running
0 2007-08-09 02:01 43.87 s 32,933 - Yes Yes View details | Remove record
1 2007-08-10 02:00 46.72 s 33,190 +257 Yes Yes View details | Remove record
2 2007-08-11 02:00 48.86 s 33,412 +222 Yes Yes View details | Remove record
3 2007-08-12 02:01 86,401.57 s 33,623 +211 Yes Yes View details | Remove record
4 2007-08-14 02:00 79.22 s 34,028 +405 Yes Yes View details | Remove record
5 2007-08-15 02:00 48.23 s
It hasnt generated a new once since the 15Th could it be crashing the database when making the site map?
Need some insite here
Thanks
DM
|