Nachdem ich alles soweit eingerichtet hab und auch Lizenz Test ohne Probleme funktioniert hat, habe ich nun versucht den ersten Webshopabgleich zu starten.
Leider kommt sofort ein Fehler:
kommt die Fehlermeldung von Magento ?
Magento: 1.9.1
Wawi: 099962
Connector: 1.0.4.0
Leider kommt sofort ein Fehler:
Wawi-Version: 0.9.9.962
====================
Fehler:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))
ORDER BY IF(value.position IS NULL, default_value.position, value' at line 13, query was:
SELECT
main.entity_id, `main`.`value_id`, `main`.`value` AS `file`,
`value`.`label`, `value`.`position`, `value`.`disabled`, `default_value`.`label` AS `label_default`,
`default_value`.`position` AS `position_default`,
`default_value`.`disabled` AS `disabled_default`
FROM `catalog_product_entity_media_gallery` AS `main`
LEFT JOIN `catalog_product_entity_media_gallery_value` AS `value`
ON main.value_id=value.value_id AND value.store_id=1
LEFT JOIN `catalog_product_entity_media_gallery_value` AS `default_value`
ON main.value_id=default_value.value_id AND default_value.store_id=0
WHERE (
main.attribute_id = '88')
AND (main.entity_id IN ())
ORDER BY IF(value.position IS NULL, default_value.position, value.position) ASC
kommt die Fehlermeldung von Magento ?
order('IF(value.position IS NULL, default_value.position, value.position) ASC');
Magento: 1.9.1
Wawi: 099962
Connector: 1.0.4.0