Bored? Looking to kill some time? Want to chat with other SMF users? Join us in IRC chat
Converting members... Unsuccessful!This query:SELECTid AS ID_MEMBER, SUBSTRING(name, 1, 80) AS memberName,joined AS dateRegistered, posts,IF(mgroup = 4, 1, IF(mgroup > 5, mgroup + 3, 0)) AS ID_GROUP,last_visit AS lastLogin, SUBSTRING(name, 1, 255) AS realName,msg_total AS instantMessages, SUBSTRING(password, 1, 64) AS passwd,SUBSTRING(email, 1, 255) AS emailAddress,SUBSTRING(website, 1, 255) AS websiteTitle,SUBSTRING(website, 1, 255) AS websiteUrl,SUBSTRING(location, 1, 255) AS location,SUBSTRING(icq_number, 1, 255) AS ICQ, signature,IF (bday_year = 0 AND bday_month != 0 AND bday_day != 0, CONCAT('0004-', bday_month, '-', bday_day), CONCAT_WS('-', IF(bday_year <= 4, 1, bday_year), IF(bday_month = 0, 1, bday_month), IF(bday_day = 0, 1, bday_day))) AS birthdate,SUBSTRING(aim_name, 1, 16) AS AIM, SUBSTRING(yahoo, 1, 32) AS YIM,SUBSTRING(msnname, 1, 255) AS MSN, hide_email AS hideEmail,SUBSTRING(IF(avatar = 'noavatar' OR INSTR(avatar, 'upload') > 0, '', avatar), 1, 255) AS avatar,email_pm AS pm_email_notify, '' AS lngfile, '' AS buddy_list,'' AS pm_ignore_list, '' AS messageLabels, '' AS personalText,'' AS timeFormat, '' AS usertitle, '' AS memberIP, '' AS secretQuestion,'' AS secretAnswer, '' AS validation_code, '' AS additionalGroups,'' AS smileySet, '' AS passwordSalt, '' AS memberIPFROM `hubble_mice`.ibf_membersWHERE id != 0LIMIT 0, 500;Caused the error:Unknown column 'id' in 'field list'
id AS ID_MEMBER
Member_Id AS ID_MEMBER
Caused the error:Unknown column 'mgroup' in 'field list'