Hallo zusammen,
hab etwa 500 Artikel im Shop und sobald ich etwas über die suchen finden möchte erhalten ich folgenden Fehler:
Über google habe ich was im xt-commerce forum gefunden, aber das hat mich auch nicht wirklich weitergebracht
http://www.xt-commerce.com/forum/showthread.php?t=54850
Jemand eine Idee? Muss ich mich an den Provider wenden?
Was hat es mit dem "Index" aufsich?
lg dennis
hab etwa 500 Artikel im Shop und sobald ich etwas über die suchen finden möchte erhalten ich folgenden Fehler:
Code:
1104 - The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
SELECT distinct p.products_id, p.products_price, p.products_model, p.products_quantity, p.products_shippingtime, p.products_fsk18, p.products_image, p.products_weight, p.products_tax_class_id, pd.products_name, pd.products_short_description, pd.products_description FROM products AS p LEFT JOIN products_description AS pd ON (p.products_id = pd.products_id) LEFT OUTER JOIN products_attributes AS pa ON (p.products_id = pa.products_id) LEFT OUTER JOIN products_options_values AS pov ON (pa.options_values_id = pov.products_options_values_id) LEFT OUTER JOIN specials AS s ON (p.products_id = s.products_id) AND s.status = '1' WHERE p.products_status = '1' AND pd.language_id = '2' AND ( ( pd.products_keywords LIKE ('%2000%') OR pd.products_description LIKE ('%2000%') OR pd.products_short_description LIKE ('%2000%') OR pd.products_name LIKE ('%2000%') OR p.products_model LIKE ('%2000%') OR (pov.products_options_values_name LIKE ('%2000%') AND pov.language_id = '2') ) ) GROUP BY p.products_id ORDER BY p.products_id
[XT SQL Error]
Über google habe ich was im xt-commerce forum gefunden, aber das hat mich auch nicht wirklich weitergebracht
http://www.xt-commerce.com/forum/showthread.php?t=54850
Jemand eine Idee? Muss ich mich an den Provider wenden?
Was hat es mit dem "Index" aufsich?
lg dennis