-
- Johnny Reichen

-
Total Posts: 2
Joined: 2010-03-29
|
Hallo,
Vielen Dank erstmals für das Migrations Tool. Leide funktioniert das Tool nicht 100% bei mir. Zurzeit benutzte ich die folgende Magento version: 1.3.2.3 Ich bekomme folgenden Fehler wenn ich die Categorien einlesen will.
Database error in Magento Migration: Invalid SQL: INSERT INTO catalog_category_entity (entity_type_id, attribute_set_id, parent_id, created_at, updated_at, path, position, level, children_count) VALUES (3, 3, , '', '2010-03-29 22:35:21', '', 1, 2, 0 ) mysql error: 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 ' '', '2010-03-29 22:35:21', '', 1, 2, 0 )' at line 2 mysql error number: 1064 Date: 29.03.2010 @ 22:35 Script: /migrate.php?step=cat&action;=start Referer: http://akku-laden.ch/migrate.php?step=cat
Und wenn ich die Producte einlesen will gibt es mir folgenden Fehler aus:
Database error in Magento Migration: Invalid SQL: INSERT INTO catalog_product_flat_1 ( entity_id, attribute_set_id, type_id, category_ids, created_at, enable_googlecheckout, has_options, image_label, links_purchased_separately, links_title, name , news_from_date, news_to_date, price, price_type, price_view, required_options, shipment_type, short_description, sku, small_image, small_image_label, special_from_date, special_price, special_to_date, tax_class_id, thumbnail, thumbnail_label, updated_at, url_key, url_path, weight, weight_type, display_price_group_0, display_price_group_1, display_price_group_2, display_price_group_3 )VALUES ( 22, 4, 'simple', (SELECT new FROM migration WHERE type ='cat' AND old=38), '2006-01-26 23:03:31', 1, 0, '', '', '', 'Alcatel One Touch Pocket', '', '', '21.7000', '', '', 0, '', '', 'Alcatel One Touch Po', 'no_selection', '', '', '', '', 1, 'no_selection', '', '2010-03-29 22:44:59', 'alcatel_one_touch_pocket', 'alcatel_one_touch_pocket.html', 1, '', '21.7000', '21.7000', '21.7000', '21.7000' ) mysql error: Table 'magento17.catalog_product_flat_1' doesnt exist mysql error number: 1146 Date: 29.03.2010 @ 22:45 Script: /migrate.php?step=prod&action;=start Referer: http://akku-laden.ch/migrate.php?step=prod
Der 2te Fehler ist mir eignelich klar. Da fehlt in meiner Datenbank der Table “catalog_product_flat_1”. Aber woher soll ich den bekommen? Habe nachgelesen und herausgefunden das dies mit dem Cache Magnagement aktivieren kann. Aber hat leider nichts gebracht.
Kann mir da jemand weiter helfen?
|