Hallo,
erstmal vielen Dank für das Script, so ganz bekommen wir es noch nicht hin mit dem neuen Magento 1.4.0.1 und als Extension Download (ist etwas anders als die vorher beschriebenen Versionen von der Webseite... ;-)
Es geht hauptsächlich um die Benutzerkonten von XTC nach Magento zu bekommen (schön wäre die aktuelle 1.4.01 statt 1.3 mit Update anschliessend)
die Tabelle Migration wurde per SQL BEfehl ohne Fehler angelegt in MYSQL
------
Database error in Magento Migration: Invalid SQL: INSERT INTO customer_entity_varchar (entity_type_id, attribute_id, entity_id, value ) VALUES (1, 5, 3, 'Andreas')
mysql error:
Cannot add or update a child row: a foreign key constraint fails (`_DB_NAME_/customer_entity_varchar`,
CONSTRAINT `FK_CUSTOMER_VARCHAR_ATTRIBUTE` FOREIGN KEY (`attribute_id`)
REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCAD)
mysql error number: 1452
Date: 01.03.2010 @ 20:05
Script: /magento/migrate.php?step=cust&action=start
Referer: http://www.******.com/magento/migrate.php?step=cust
------
Eine Idee woran es liegen könnte: Tabelle, Magento 1.4 oder sonst etwas?
gruss
Andreas