get this error anyone help me ?
get this error if i hit the memberlist link
get this error if i hit the memberlist link
Code:
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT user.*,usertextfield.*,userfield.*, user.userid, options,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight
, lastactivity AS lastvisittime
, IF(YEAR(user.birthday_search) > 0 AND user.showbirthday IN (1,2) AND YEAR(user.birthday_search) < YEAR(CURDATE()), user.birthday_search, '0000-00-00') AS agesort
, user.xperience, user.xperience_level
FROM user AS user
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid=user.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid=user.userid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
WHERE 1=1
AND (user.usergroupid IN (-1,6,7,2,5,1))
ORDER BY user.username asc
LIMIT 0, 30;
MySQL Error : Unknown column 'user.xperience' in 'field list'
Error Number : 1054
Request Date : Wednesday, July 9th 2008 @ 03:58:18 PM
Error Date : Wednesday, July 9th 2008 @ 03:58:18 PM
Script : http://www.xxx/forum/memberlist.php
Referrer : http://www.xxx/forum/
IP Address : xx.xx.x.xx
Username : xxx
Classname : vb_database
MySQL Version : 4.1.21-standard-log