MINI2.com
Sun 18th Nov '01, 8:11pm
I'm getting an error when I click on the Forum Leaders link...it says:
Database error in vBulletin 2.2.1:
Invalid SQL:
SELECT
userfield.field2, forum.forumid, forum.title AS forumtitle,
user.username, user.userid, user.invisible, user.receivepm, user.lastactivity, user.lastvisit
FROM moderator
LEFT JOIN user ON (user.userid = moderator.userid)
LEFT JOIN forum ON (forum.forumid = moderator.forumid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
ORDER BY user.username ASC, forum.displayorder ASC
mysql error: Unknown column 'userfield.field2' in 'field list'
mysql error number: 1054
i'm assuming field2 they are looking for is Location which I had deleted all those and changed then added them back so location is actually now field9. What do I have to change and what other fields in other tables need to be modified to get this to work.
Thank you.
ps - everyone on my forum now agrees with me - vB ROCKS!
Database error in vBulletin 2.2.1:
Invalid SQL:
SELECT
userfield.field2, forum.forumid, forum.title AS forumtitle,
user.username, user.userid, user.invisible, user.receivepm, user.lastactivity, user.lastvisit
FROM moderator
LEFT JOIN user ON (user.userid = moderator.userid)
LEFT JOIN forum ON (forum.forumid = moderator.forumid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
ORDER BY user.username ASC, forum.displayorder ASC
mysql error: Unknown column 'userfield.field2' in 'field list'
mysql error number: 1054
i'm assuming field2 they are looking for is Location which I had deleted all those and changed then added them back so location is actually now field9. What do I have to change and what other fields in other tables need to be modified to get this to work.
Thank you.
ps - everyone on my forum now agrees with me - vB ROCKS!