Until a fix is found I'm just going to change the query to
PHP Code:$sql = "select manufacturers_name
from zen_manufacturers
where manufacturers_name = " . (int)$_GET[$get_terms->fields['get_term_name']];
Also, the advanced search does not work.
Code: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 '' at line 10 in: [select count(distinct p.products_id) as total FROM zen_products p LEFT JOIN zen_manufacturers m USING(manufacturers_id), zen_products_description pd, zen_categories c, zen_products_to_categories p2c LEFT JOIN zen_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 m.manufacturers_id = 2]




