Jump to content
xt:Commerce Community Forum

My SQL Fehler in XT-Module


patrick224

Recommended Posts

Hallo,

Wenn ich versuche eine Schnittstelle in XT-Module(bei allen das gleiche Problem) zu aktualisieren also Am Server Speichern oder Nur Herunterladen klicke kommt folgende Fehlermeldung:

Warning: mysql_query() [function.mysql-query]: Unable to save result set in /homepages/13/d113327917/htdocs/inc/xtc_db_query.inc.php on line 30

2008 - MySQL client run out of memory

SELECT p.products_id, pd.products_name, pd.products_description,pd.products_short_description, p.products_model,p.products_ean, p.products_image, p.products_price, p.products_status, p.products_date_available, p.products_shippingtime, p.products_discount_allowed, pd.products_meta_keywords, p.products_tax_class_id, p.products_date_added, m.manufacturers_name FROM products p LEFT JOIN manufacturers m ON p.manufacturers_id = m.manufacturers_id LEFT JOIN products_description pd ON p.products_id = pd.products_id AND pd.language_id = '2' LEFT JOIN specials s ON p.products_id = s.products_id WHERE p.products_status = 1 ORDER BY p.products_date_added DESC, pd.products_name

[XT SQL Error]

Der Fehler ist plötzlich aufgetreten. Die Module haben die ganze Zeit funktioniert. Laut aussage von Preisroboter können die auch nicht mehr auf die Daten zugreifen ?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...