3065 Expression #1 of ORDER BY clause is not in SELECT list, references column 'ps037000_haerbha.p.products_sort_order' which is not in SELECT list; this is incompatible with DISTINCT in: [SELECT DISTINCT p.products_image, p.products_quantity , m.manufacturers_id, p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_price_sorter, p.products_qty_box_status, p.master_categories_id FROM (products p
LEFT JOIN manufacturers m
USING(manufacturers_id), products_description pd, categories c, products_to_categories p2c )
LEFT JOIN meta_tags_products_description mtpd
ON mtpd.products_id= p2c.products_id
AND mtpd.language_id = 1 WHERE (p.products_status = 1
AND p.products_id = pd.products_id
AND pd.language_id = 1
AND p.products_id = p2c.products_id
AND p2c.categories_id = c.categories_id AND ((pd.products_name LIKE '%predator%'
OR p.products_model
LIKE '%predator%'
OR m.manufacturers_name
LIKE '%predator%' OR (mtpd.metatags_keywords
LIKE '%predator%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%predator%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%flare%'
OR p.products_model
LIKE '%flare%'
OR m.manufacturers_name
LIKE '%flare%' OR (mtpd.metatags_keywords
LIKE '%flare%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%flare%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%soft%'
OR p.products_model
LIKE '%soft%'
OR m.manufacturers_name
LIKE '%soft%' OR (mtpd.metatags_keywords
LIKE '%soft%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%soft%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%ground%'
OR p.products_model
LIKE '%ground%'
OR m.manufacturers_name
LIKE '%ground%' OR (mtpd.metatags_keywords
LIKE '%ground%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%ground%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%boots%'
OR p.products_model
LIKE '%boots%'
OR m.manufacturers_name
LIKE '%boots%' OR (mtpd.metatags_keywords
LIKE '%boots%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%boots%'
AND mtpd.metatags_description !='')) )) order by p.products_sort_order, pd.products_name limit 0, 12]