My website is https://herbsofmexico.com/store/
When a search is performed using the zencart search in the upper right (not the google search in the left column), I receive the following error message:
5 Out of memory (Needed 8388580 bytes)
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 ((pd.products_name LIKE '%gingko%' OR p.products_model LIKE '%gingko%' OR m.manufacturers_name LIKE '%gingko%' OR (mtpd.metatags_keywords LIKE '%gingko%' AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description LIKE '%gingko%' AND mtpd.metatags_description !='') OR pd.products_description LIKE '%gingko%') ))]
Is this a zencart problem or a sql problem?
What can be done to correct the problem?
Thanks!
Sean
+<|:-)



