I upgraded from 3.6.8 to 3.7.4 and everything went great, you can see the site, however when you want to view a forum... you get the following:
Database error in vBulletin 3.7.4:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach,
hiddencount, deletedcount
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadread.readtime AS threadread
, threadredirect.expires
FROM limmac_thread AS thread
LEFT JOIN limmac_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN limmac_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN limmac_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1)
LEFT JOIN limmac_post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN limmac_threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
WHERE thread.forumid = 43
ORDER BY dateline DESC
LIMIT 5;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, th' at line 6
Error Number : 1064
Request Date : Tuesday, November 18th 2008 @ 01:53:19 PM
Error Date : Tuesday, November 18th 2008 @ 01:53:19 PM
Script : http://www.amacny.com/vb/forumdisplay.php?f=5
Referrer : http://www.amacny.com/vb/
IP Address : 69.27.229.11
Username : GTOOOOOH
Classname : vB_Database
MySQL Version : 5.0.67-community-log
Database error in vBulletin 3.7.4:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach,
hiddencount, deletedcount
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadread.readtime AS threadread
, threadredirect.expires
FROM limmac_thread AS thread
LEFT JOIN limmac_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN limmac_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
LEFT JOIN limmac_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1)
LEFT JOIN limmac_post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN limmac_threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
WHERE thread.forumid = 43
ORDER BY dateline DESC
LIMIT 5;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, th' at line 6
Error Number : 1064
Request Date : Tuesday, November 18th 2008 @ 01:53:19 PM
Error Date : Tuesday, November 18th 2008 @ 01:53:19 PM
Script : http://www.amacny.com/vb/forumdisplay.php?f=5
Referrer : http://www.amacny.com/vb/
IP Address : 69.27.229.11
Username : GTOOOOOH
Classname : vB_Database
MySQL Version : 5.0.67-community-log
Comment