In zwei unterschiedlichen Installationen (5.7.13, 5.7.16) kann ich das Shopware Import/Export Plugin in Version 3.1.1 nach der Installation nicht öffnen.
Ext.define('Shopware.apps.Index', { extend: 'Enlight.app.SubApplication', bulkLoad: true, loadPath: '/backend/Index/load', controllers: [ 'Main', 'Widgets', 'ErrorReporter', 'ThemeCacheWarmUp' ], requires: [ 'Shopware.container.Viewport' ], views: [ 'Main', 'Menu', 'Footer', 'Search', 'widgets.Window', 'widgets.Sales', 'widgets.Upload', 'widgets.Visitors', 'widgets.Orders', 'widgets.Notice', 'widgets.Merchant', 'widgets.Rating', 'widgets.News', 'widgets.Base', 'merchant.Window', 'themeCache.ThemeCacheWarmUp', 'widgets.bi.Base' ], models: [ 'Widget', 'WidgetSettings', 'Turnover', 'Batch', 'Customers', 'Visitors', 'Orders', 'News', 'Merchant', 'MerchantMail', 'ThemeCacheWarmUp', 'Rating' ], stores: [ 'Widget', 'WidgetSettings', 'ThemeCacheWarmUp' ] });
Hat jemand das gleiche Problem und konnte es lösen?