The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
After my 3.7.2 upgrade I get this error....
Ok I just got my web host to fix my previous issue and now it looks like the forums are back up.
BUT when I try to click on a topic I get this error: ============================== Database error in vBulletin 3.7.2: 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, postusername, postuserid, thread.iconid AS threadiconid, thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, replycount, IF(views<=replycount, replycount+1, views) AS views, thread.prefixid, thread.taglist, hiddencount, deletedcount , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason , threadredirect.expires FROM thread AS thread LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread') LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid) WHERE thread.threadid IN (0,8591,8322,7647,882,451,3519,2335,2326,1470,1180 ,889,1005,1153,1068,1058,596,986,819,969,768,688) ORDER BY sticky DESC, lastpost DESC; MySQL Error : Unknown column 'thread.prefixid' in 'field list' Error Number : 1054 Request Date : Wednesday, August 20th 2008 @ 02:41:14 AM Error Date : Wednesday, August 20th 2008 @ 02:41:16 AM Script : http://www.website.com/forums/forumdisplay.php?f=30 Referrer : http://www.website.com/forums/index.php IP Address : ********* Username : aceboogie Classname : vb_database MySQL Version : 4.1.14 ============================== Anyone seen this before? P.S. I just did an upgrade to 3.7.2 |
#2
|
||||
|
||||
Make sure you have run the upgrade script.
|
#3
|
|||
|
|||
which upgrade script are you referring to?
I ran the 3.7.2 upgrade using /scripts/upgrade.php is that what you're talking about? And it didn't give me any errors. Is there a way to run the entire upgrade again? |
#4
|
|||
|
|||
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php define('DISABLE_HOOKS', true); If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. If this does not solve your problem, please open a support ticket. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|