Fehler Shopmigration

Liebe Community Gemeinde, Aktuell sind wir dabei den Shop von Magento zu Shopware zu migrieren, dabei bekommen wir immer kurz vor Abschluss folgenden Fehler. [code]

Beim Importieren der Kategorien ist ein Fehler aufgetreten

Code : 42
Line : 234
File : /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Zend/Db/Statement/Pdo.php

Error : SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento_db.catalog_category_flat_store_1’ doesn’t exist
Trace : #0 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Zend/Db/Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array) #1 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array) #2 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(’(\n\t\t\t\tSELECT\n\t\t…’, Array) #3 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Enlight/Components/Db/Adapter/Pdo/Mysql.php(75): Zend_Db_Adapter_Pdo_Abstract->query(’(\n\t\t\t\tSELECT\n\t\t…’, Array) #4 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Plugins/Community/Backend/SwagMigration/Components/Migration/Profile.php(519): Enlight_Components_Db_Adapter_Pdo_Mysql->query(’(\n\t\t\t\tSELECT\n\t\t…’) #5 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Plugins/Community/Backend/SwagMigration/Components/Migration/Import/Resource/Category.php(209): Shopware_Components_Migration_Profile->queryCategories(0) #6 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Plugins/Community/Backend/SwagMigration/Components/Migration/Import/Resource/Category.php(184): Shopware_Components_Migration_Import_Resource_Category->importCategories() #7 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Plugins/Community/Backend/SwagMigration/Controllers/Backend/SwagMigration.php(474): Shopware_Components_Migration_Import_Resource_Category->run() #8 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Plugins/Community/Backend/SwagMigration/Controllers/Backend/SwagMigration.php(511): Shopware_Controllers_Backend_SwagMigration->runImport(‘import_categori…’) #9 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Enlight/Controller/Action.php(159): Shopware_Controllers_Backend_SwagMigration->importAction() #10 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Enlight/Controller/Dispatcher/Default.php(524): Enlight_Controller_Action->dispatch(‘importAction’) #11 /var/www/virtual/dampfalarm.net/htdocs/engine/Library/Enlight/Controller/Front.php(227): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #12 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Kernel.php(143): Enlight_Controller_Front->dispatch() #13 /var/www/virtual/dampfalarm.net/htdocs/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(490): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #14 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Components/HttpCache/AppCache.php(255): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #15 /var/www/virtual/dampfalarm.net/htdocs/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(261): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true) #16 /var/www/virtual/dampfalarm.net/htdocs/engine/Shopware/Components/HttpCache/AppCache.php(103): Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Object(Symfony\Component\HttpFoundation\Request), true) #17 /var/www/virtual/dampfalarm.net/htdocs/shopware.php(101): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request)) #18 {main}

[/code] Ich hoffe das uns hier jemand erklären kann woran der Fehler liegt, bezw. was den Fehler erzeugt. Liebe Grüße und angenehmen Start in die Woche.

[quote]Table ‘magento_db.catalog_category_flat_store_1’ doesn’t exist[/quote] Wird denn deine Magento Version überhaupt unterstützt? Jedenfalls würde ich mir diese Frage stellen, wenn auf Tabellen zugriffen wird die es gar gibt.

Fehler gefunden bzw. Problem gelöst? Vielen Dank

Ja das Problem war das die Datenbank nicht vorhanden war. Durch das manuelle Anlegen konnten wir die Migration abschließen.

Danke. Bei mir lags daran, dass meine Magento-Version zu neu war. Es wird wohl nur bis Version 1.9.0.1 unterstützt.