
Originally Posted by
godin5150
I upgraded to the latest version 1.3.1 and everything works great expect for the search box. When I do a search I get this error:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' p.products_quantity , m.manufacturers_id, p.products_id, pd.products_name, p.p' at line 1
in:
[SELECT DISTINCT , p.products_quantity , m.manufacturers_id, p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_price_sorter 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 '%travel%' OR p.products_model LIKE '%travel%' OR m.manufacturers_name LIKE '%travel%' OR (mtpd.metatags_keywords LIKE '%travel%' AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description LIKE '%travel%' AND mtpd.metatags_description !='') OR pd.products_description LIKE '%travel%') ) order by pd.products_name limit 0, 84]
The search feature on my site is not a priority, but I would like it to work.
Can anybody help?