I have just moved servers, installed vb3.0.8 and had my database restored, but now the UserCP isn't working. It just gives this error:
____________________________________________________
Database error in vBulletin 3.0.8:
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 = 1
AND thread.visible = 1
AND lastpost > 1134669616
AND deletionlog.primaryid IS NULL
mysql error: Unknown column 'thread.threadid' in 'on clause'
mysql error number: 1054
Date: Thursday 15th of December 2005 06:25:34 PM
Script: http://forums.astra-sri.co.uk/usercp.php?
Referer: http://forums.astra-sri.co.uk/online...e&pp=25&page=1
Username: RiK
IP Address: 82.38.194.200
____________________________________________________
Any help is much appriciated.
Thanks
Rik
____________________________________________________
Database error in vBulletin 3.0.8:
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 = 1
AND thread.visible = 1
AND lastpost > 1134669616
AND deletionlog.primaryid IS NULL
mysql error: Unknown column 'thread.threadid' in 'on clause'
mysql error number: 1054
Date: Thursday 15th of December 2005 06:25:34 PM
Script: http://forums.astra-sri.co.uk/usercp.php?
Referer: http://forums.astra-sri.co.uk/online...e&pp=25&page=1
Username: RiK
IP Address: 82.38.194.200
____________________________________________________
Any help is much appriciated.
Thanks
Rik
Comment