Projekt

Allgemein

Profil

Aktionen

GX-Abgewiesen #67992

geschlossen

Wenn 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

Von Till Tepelmann vor mehr als 3 Jahren hinzugefügt. Vor mehr als 2 Jahren aktualisiert.

Status:
Abgewiesen
Priorität:
Normal
Zugewiesen an:
Kategorie:
QuickEdit
Zielversion:
-
Beginn:
Abgabedatum:
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Release Notes Langtext:

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_rate
FROM
products_properties_index
JOIN
languagesONlanguages.languages_id= 2
JOIN
products_properties_combisONproducts_properties_combis.products_properties_combis_id=products_properties_index.products_properties_combis_id
JOIN
productsONproducts.products_id=products_properties_index.products_id
JOIN
products_descriptionONproducts_description.products_id=products.products_id
JOIN
tax_ratesONtax_rates.tax_class_id=products.products_tax_class_id
JOIN
zones_to_geo_zonesONzones_to_geo_zones.zone_country_id= 14 ANDtax_rates.tax_zone_id=zones_to_geo_zones.geo_zone_id
WHERE
products_description.language_id=languages.languages_id
AND
products_properties_index.language_id=languages.languages_id
AND
products_properties_index.products_idIN('0')
GROUP BY
products_properties_index.products_properties_combis_id,products.products_id
ORDER BY
products_description.products_nameASC
LIMIT 25


Aktionen #1

Von Ulrich Wenk vor etwa 3 Jahren aktualisiert

  • Status wurde von Gemeldet zu Feedback geändert
  • Zugewiesen an wurde auf Till Tepelmann gesetzt
Aktionen #2

Von Till Tepelmann vor fast 3 Jahren aktualisiert

  • Tracker wurde von GX-Bug zu GX-Abgewiesen geändert
  • Status wurde von Feedback zu Abgewiesen geändert
  • Betroffene Versionen 4.3.1.0 wurde gelöscht

Kann nicht mehr reproduziert werden

Aktionen #3

Von Moritz Bunjes vor mehr als 2 Jahren aktualisiert

  • Zielversion 133 wurde gelöscht
Aktionen

Auch abrufbar als: Atom PDF