giller Posted June 11, 2014 Report Share Posted June 11, 2014 mysql error: [1054: Unknown column 'sort_price' in 'order clause'] in EXECUTE("SELECT p.products_id FROM xt_products p INNER JOIN xt_products_to_categories p2c ON p2c.products_id = p.products_id LEFT JOIN xt_products_price_special pps ON p.products_id = pps.products_id and (pps.date_available <= '2014-06-11 20:52:28' or pps.date_available = 0) and (pps.date_expired >= '2014-06-11 20:52:28' or pps.date_expired = 0) and (pps.group_permission_1=1 or pps.group_permission_all=1) left JOIN xt_products_permission group_permission ON (group_permission.pid = p.products_id and group_permission.pgroup = 'group_permission_1' ) left JOIN xt_products_permission shop ON (shop.pid = p.products_id and shop.pgroup = 'shop_1' ) LEFT JOIN xt_seo_url su ON (p.products_id = su.link_id and su.link_type='1') WHERE p.products_id != '' and p2c.categories_id = 127 and group_permission.permission IS NULL and shop.permission IS NULL and p.products_fsk18!=1 and p.products_status = '1' and su.language_code = 'de' and p.products_quantity > 0 ORDER BY sort_price LIMIT 0,20") Hervorgerufen wird dieser Fehler wenn im Backend in den Kategorie-Einstellung die Sortierungs-Metohde auf Preis gestellt ist. Bin ich der einziege mit diesem Fehler nach dem Update auf 4.1.10??? Bitte um Rückmeldung Link to comment Share on other sites More sharing options...
giller Posted June 11, 2014 Author Report Share Posted June 11, 2014 Bei Sortierung in der Kategorieeinstellung auf Bestellte Artikel gibt es Folgenden fehler mysql error: [1054: Unknown column 'sort_ordered' in 'order clause'] in EXECUTE("SELECT p.products_id FROM xt_products p INNER JOIN xt_products_to_categories p2c ON p2c.products_id = p.products_id left JOIN xt_products_permission group_permission ON (group_permission.pid = p.products_id and group_permission.pgroup = 'group_permission_1' ) left JOIN xt_products_permission shop ON (shop.pid = p.products_id and shop.pgroup = 'shop_1' ) LEFT JOIN xt_seo_url su ON (p.products_id = su.link_id and su.link_type='1') WHERE p.products_id != '' and p2c.categories_id = 127 and group_permission.permission IS NULL and shop.permission IS NULL and p.products_fsk18!=1 and p.products_status = '1' and su.language_code = 'de' and p.products_quantity > 0 ORDER BY sort_ordered,p.products_id LIMIT 0,20") Link to comment Share on other sites More sharing options...
giller Posted June 11, 2014 Author Report Share Posted June 11, 2014 Bei beiden von mir aufgeführten fehler kommt es im Frontend dann zur fehlermeldung: Liebe Kundin, lieber Kunde. Leider ist ein Fehler beim Aufruf unserer Webseite aufgetreten. Bitte versuchen Sie es später noch einmal. Vielen Dank für Ihr Verständnis - wir freuen uns auf Ihren nächsten Besuch. Sollte das Problem weiterhin bestehen, wenden Sie sich bitte an unseren Kundenservice. Ich hoffe so finden andere über die Forensuche gut dieses Problem. Link to comment Share on other sites More sharing options...
mzanier Posted June 11, 2014 Report Share Posted June 11, 2014 kann es sein das du ein plugin hast was zu den hook class.product_sql_query.php:F_Sorting_order falsch erweitert ? denn ansonsten kann das normalerweise nicht aufteten, denn bei leerem hook wird noch p.products_ordered as sort_ordered in der query gesetzt. In einer standard install ist es jedenfalls nicht reproduzierbar. Link to comment Share on other sites More sharing options...
giller Posted June 12, 2014 Author Report Share Posted June 12, 2014 Das war ein guter Tip. Ich habe Dreamwaver alle Datein mit diesem Hook durchsuchen lassen. Grund war das xt_master_slave Plugin einmal deinstalliert und wieder installiert und schon gehts. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.