A Database Error Occurred

Error Number: 1054

Unknown column 'twitter.com' in 'where clause'

select us.id, us.nickname, us.lastname, us.firstname, us.lastname_kana, us.firstname_kana, us.birth_year, us.birth_month, us.birth_day, us.message, us.address1, us.address2, us.address3, us.address4, us.photo_url, us.tel, us.email, us.category, us.area_secret, us.user_type, us.pr_status, us.user_search, us.fburl, us.twurl, us.inurl, us.pturl, us.tburl, us.yturl, us.homepage, us.password, case when us.gender = 'male' then '男性' when us.gender = 'famale' then '女性' when us.gender = 'other' then '秘密' when isnull(us.gender) then '未登録' end as gender, (select count(uf.following_user) from user_follow uf where uf.following_user = twitter.com ) as following, (select count(uf2.follower_user) from user_follow uf2 where uf2.follower_user = twitter.com ) as follower from users us where us.id = twitter.com

Filename: controllers/Profile.php

Line Number: 86