|
|||
|
Hallo,
der Shop lief soweit so gut. Die Suchfunktion hat eigentlich auch funktioniert, nur auf einmal erscheint diese Fehlermeldung: ----- 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 ('%wickeltasche%') OR pd.products_description LIKE ('%wickeltasche%') OR pd.products_short_description LIKE ('%wickeltasche%') OR pd.products_name LIKE ('%wickeltasche%') OR p.products_model LIKE ('%wickeltasche%') OR (pov.products_options_values_name LIKE ('%wickeltasche%') AND pov.language_id = '2') ) ) GROUP BY p.products_id ORDER BY p.products_id ---- Kann mir jemand sagen was das heißt? Oder noch besser, wie ich das beheben kann? Vielen Dank schon mal! MFG |
|
|||
|
Also ich habe von Provider folgende Nachricht bekommen:
> In den folgenden Tabellen mal Indices setzen. Je nach installierten > Plugins müssen weitere Indices gesetzt werden. > > > ALTER TABLE `orders_products` ADD INDEX ( `products_id` ) > ALTER TABLE `orders_products` ADD INDEX ( `orders_id` ) > ALTER TABLE `orders` ADD INDEX ( `customers_id` ) > ALTER TABLE `products_description` ADD INDEX ( `language_id` ) > ALTER TABLE `products_attributes` ADD INDEX ( `products_id` ) > ALTER TABLE `products_attributes` ADD INDEX ( `options_id` ) > ALTER TABLE `products` ADD INDEX ( `products_status` ) > ALTER TABLE `products` ADD INDEX ( `manufacturers_id` ) Kann mir jemand sagen wie und was ich da machen muß? Vielen Dank schon mal für eure Hilfe! MFG |
![]() |
| Lesezeichen |
| Stichworte |
| fehlermeldung, suchfunktion |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Fehlermeldung bei Artikeleingabe | 3spiele | Installation und Konfiguration | 4 | 08.10.2009 18:08 |
| Fehlermeldung bei Artikelbeschreibung | prowela | Installation und Konfiguration | 0 | 23.07.2009 11:38 |
| [SOLVED] Fehlermeldung bei CHF | larsmessmer | Fragen zur Software | 2 | 25.06.2009 16:29 |
| Fehlermeldung bei Aufnahme der Webseite in Google Webmastertools | zapatas123 | Allgemeine Diskussionen | 1 | 22.06.2009 14:11 |
| Fehlermeldung bei Zahlungbearbeiten im Admin | Vio | Moneybookers | 0 | 22.04.2009 16:14 |