select a.readcount,a.index_no,a.brand_uid,a.notax,a.isopen,a.ca_id,a.shop_state,a.use_aff,a.use_hide,a.price_msg,a.box_gubun,a.odr_min,a.gcode,a.gname,a.simg1,a.mb_id,a.explan,a.standard,a.keywords,a.supply_price,a.simg_type,a.maker,a.model,a.brand_nm,a.sc_type,a.sc_method,a.sc_amt,a.sc_term,a.zone,a.buy_level, a.icon from (select a.readcount,a.index_no,a.brand_uid,a.notax,a.isopen,a.ca_id,a.shop_state,a.use_aff,a.use_hide,a.price_msg,a.box_gubun,a.odr_min,a.gcode,a.gname,a.simg1,a.mb_id,a.explan,a.standard,a.keywords,a.supply_price,a.simg_type,a.maker,a.model,a.brand_nm,a.sc_type,a.sc_method,a.sc_amt,a.sc_term,a.zone,a.buy_level, a.icon from shop_goods a left outer join shop_category b on a.ca_id = b.catecode where a.shop_state = 0 and a.isopen = 1 and (a.use_aff = 0 ) and find_in_set('ssline', a.use_hide) = 0 and find_in_set('ssline', b.catehide) = 0 and (ca_id like '110001%' ) and a.isopen != 2 ) a order by gp.score desc , gp.weight desc ,(case when price_msg = '1' then '1' else '' end) asc,(case when box_gubun = '1' or odr_min > 1 then '1' else '' end) asc,a.index_no desc limit 0, 50

1054 : Unknown column 'gp.score' in 'order clause'

error file : /shop/list.php