We just moved the site to a new beefier server.
I was getting this error in the thread table, a repair fixed it.
Warning: 2 clients are using or haven't closed the table properly
This is the data I get after running this code DESCRIBE threads;
This is the error i get when trying to get into the usercp.
PHP - 4.4.3, MySQL - 4.0.27, vBulletin 3.0.7
Any ideas or suggestions?
I was getting this error in the thread table, a repair fixed it.
Warning: 2 clients are using or haven't closed the table properly
This is the data I get after running this code DESCRIBE threads;
Code:
threadid int(10) unsigned NO PRI auto_increment
Code:
Database error in vBulletin 3.0.7: Invalid SQL: SELECT thread.threadid, thread.forumid FROM thread AS thread, subscribethread AS subscribethread LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = thread.threadid AND type = 'thread') WHERE subscribethread.threadid = thread.threadid AND subscribethread.userid = 109188 AND thread.visible = 1 AND lastpost > 1187732539 AND deletionlog.primaryid IS NULL mysql error: Unknown column 'thread.threadid' in 'on clause' mysql error number: 1054
Any ideas or suggestions?
Comment