Advanced Search
3065 Expression #1 of ORDER BY clause is not in SELECT list, references column 'fu035154_35154ccx.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 '%puma%'
OR p.products_model
LIKE '%puma%'
OR m.manufacturers_name
LIKE '%puma%' OR (mtpd.metatags_keywords
LIKE '%puma%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%puma%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%bmw%'
OR p.products_model
LIKE '%bmw%'
OR m.manufacturers_name
LIKE '%bmw%' OR (mtpd.metatags_keywords
LIKE '%bmw%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%bmw%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%m%'
OR p.products_model
LIKE '%m%'
OR m.manufacturers_name
LIKE '%m%' OR (mtpd.metatags_keywords
LIKE '%m%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%m%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%drift%'
OR p.products_model
LIKE '%drift%'
OR m.manufacturers_name
LIKE '%drift%' OR (mtpd.metatags_keywords
LIKE '%drift%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%drift%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%cat%'
OR p.products_model
LIKE '%cat%'
OR m.manufacturers_name
LIKE '%cat%' OR (mtpd.metatags_keywords
LIKE '%cat%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%cat%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%5%'
OR p.products_model
LIKE '%5%'
OR m.manufacturers_name
LIKE '%5%' OR (mtpd.metatags_keywords
LIKE '%5%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%5%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%men\'s%'
OR p.products_model
LIKE '%men\'s%'
OR m.manufacturers_name
LIKE '%men\'s%' OR (mtpd.metatags_keywords
LIKE '%men\'s%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%men\'s%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%shoes%'
OR p.products_model
LIKE '%shoes%'
OR m.manufacturers_name
LIKE '%shoes%' OR (mtpd.metatags_keywords
LIKE '%shoes%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%shoes%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%team%'
OR p.products_model
LIKE '%team%'
OR m.manufacturers_name
LIKE '%team%' OR (mtpd.metatags_keywords
LIKE '%team%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%team%'
AND mtpd.metatags_description !='')) and (pd.products_name LIKE '%blue%'
OR p.products_model
LIKE '%blue%'
OR m.manufacturers_name
LIKE '%blue%' OR (mtpd.metatags_keywords
LIKE '%blue%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%blue%'
AND mtpd.metatags_description !='')) )) order by p.products_sort_order, pd.products_name limit 0, 40]