GX-Abgewiesen #67992
geschlossenWenn MySQL Strict Mode "FULL GROUP BY" aktiv ist, kann der QuickEdit nicht aufgerufen werden / If MySQL Strict Mode "FULL GROUP BY" is active, QuickEdit cannot be accessed
0%
Beschreibung
Wenn MySQL Strict Mode "FULL GROUP BY" aktiv ist, kann der QuickEdit nicht aufgerufen werden
Das Problem ist schon an vielen Stellen im Shop behoben worden aber im QuickEdit noch nicht.
Hier wird folgende Fehlermeldung geloggt:
If MySQL Strict Mode "FULL GROUP BY" is active, QuickEdit cannot be accessed
The problem has already been fixed in many places in the store but not yet in QuickEdit.
Here the following error message is logged:
Query error: 'aldb.products_description.products_name' isn't in GROUP BY - Invalid query: SELECTproducts_description.products_name,products_properties_index.values_name,products_properties_combis.combi_model,products_properties_combis.combi_ean,products_properties_combis.combi_quantity,products_properties_combis.combi_shipping_status_id,products_properties_combis.combi_weight,products_properties_combis.combi_price,products_properties_combis.combi_price_type,products_description.products_name,products_properties_combis.products_properties_combis_idascombi_id, GROUP_CONCAT(DISTINCT products_properties_index.values_name SEPARATOR " / ") as combi_name, SUM(products_properties_index.values_price) as values_price,tax_rates.tax_rateproducts_properties_index
FROMlanguages
JOINONlanguages.languages_id= 2products_properties_combis
JOINONproducts_properties_combis.products_properties_combis_id=products_properties_index.products_properties_combis_idproducts
JOINONproducts.products_id=products_properties_index.products_idproducts_description
JOINONproducts_description.products_id=products.products_idtax_rates
JOINONtax_rates.tax_class_id=products.products_tax_class_idzones_to_geo_zones
JOINONzones_to_geo_zones.zone_country_id= 14 ANDtax_rates.tax_zone_id=zones_to_geo_zones.geo_zone_idproducts_description
WHERE.language_id=languages.languages_idproducts_properties_index
AND.language_id=languages.languages_idproducts_properties_index
AND.products_idIN('0')products_properties_index
GROUP BY.products_properties_combis_id,products.products_idproducts_description
ORDER BY.products_nameASC
LIMIT 25