i received an email regarding this error, vbulletin confirmed that the column 'relevance' is not part of their product so i am wondering if the error is vbseo related:
Code:Invalid SQL: SELECT d.discussionid, gm.state FROM discussion AS d INNER JOIN groupmessage AS gm ON (gm.gmid = d.firstpostid) WHERE d.groupid = 8 AND (MATCH(gm.title, gm.pagetext) AGAINST ('+(blue) +ray' IN BOOLEAN MODE) ) ORDER BY relevance DESC; MySQL Error : Unknown column 'relevance' in 'order clause' Error Number : 1054 Request Date : Sunday, July 25th 2010 @ 03:36:33 PM Error Date : Sunday, July 25th 2010 @ 03:36:33 PM Script : http://laserpointerforums.com/groups/ Referrer : http://laserpointerforums.com/groups/diy-group/ IP Address : removed.. Username : removed... Classname : vB_Database MySQL Version :
here is my discussions table
Code:mysql> describe discussion -> ; +--------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------+------------------+------+-----+---------+----------------+ | discussionid | int(10) unsigned | NO | PRI | NULL | auto_increment | | groupid | int(10) unsigned | NO | MUL | NULL | | | firstpostid | int(10) unsigned | NO | | NULL | | | lastpostid | int(10) unsigned | NO | | NULL | | | lastpost | int(10) unsigned | NO | | NULL | | | lastposter | varchar(255) | NO | | NULL | | | lastposterid | int(10) unsigned | NO | | NULL | | | visible | int(10) unsigned | NO | | 0 | | | deleted | int(10) unsigned | NO | | 0 | | | moderation | int(10) unsigned | NO | | 0 | | | subscribers | enum('0','1') | YES | | 0 | | +--------------+------------------+------+-----+---------+----------------+ 11 rows in set (0.02 sec)
UPDATE: i found what causes the error but i don't know why the error is being caused... the error is caused when a user goes to Social Group Discussions and performs a custom search in the Search Discussions box
UPDATE: it appears 3 users are reporting the problem here (including myself):
http://tracker.vbulletin.com/browse/VBIII-12797
anyone know what might be wrong?
thanks!
-avery


LinkBack URL
About LinkBacks





Reply With Quote
