08-03-2005, 11:19 AM
|
#14 |
| | | Hi,
I am facing this problem after i installed this mod. Quote:
Database error in vBulletin 3.0.7:
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, lastpost, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.username AS del_username, deletionlog.reason AS del_reason, thread.threadtype
FROM vbulletin_thread AS thread
LEFT JOIN vbulletin_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
LEFT JOIN vbulletin_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
LEFT JOIN vbulletin_post AS post ON(post.postid = thread.firstpostid)
WHERE thread.threadid IN (0,107,26,45)
ORDER BY sticky DESC, lastpost DESC
mysql error: Unknown column 'thread.threadtype' in 'field list'
mysql error number: 1054
Date: Wednesday 03rd of August 2005 04:15:16 PM
Script: http://www.bollywoodplace.com/forumdisplay.php?f=6
Referer: http://www.bollywoodplace.com/index.php?
Username: admin
IP Address: 202.174.136.183 |
| |