Hi,
I installed both gallery and attachment as forum thumbnails and now when I try to access the gallery forum I'm getting this error message:
Quote:
Database error in vBulletin 3.5.3:
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.lastpost, lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach , attachment.attachmentid AS attachmentid , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
FROM vb3_thread AS thread
LEFT JOIN vb3_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
LEFT JOIN vb3_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
LEFT JOIN vb3_post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN vb3_attachment as attachment ON(attachment.postid = thread.firstpostid)
LEFT JOIN vb3_attachment as attachment ON (attachment.postid = thread.firstpostid)
WHERE thread.threadid IN (0,9053,9052)
ORDER BY sticky DESC, thread.lastpost DESC;
MySQL Error : Not unique table/alias: 'attachment'
Error Number : 1066
Date : Saturday, January 28th 2006 @ 09:48:46 PM
Script : http://www.3d4all.org/foruns/forumdisplay.php?f=116
Referrer : http://www.3d4all.org/foruns/index.php
IP Address : 24.127.131.174
Username : A_t_o_s
Classname : vb_database
|
Any thoughts?
Thanks
|