Hallo…
Ich habe ebenso das Problem, dass ich mir folgender Fehler angezeigt wurde:
Unable to install, got exception: An exception occurred while executing ' INSERT IGNORE INTO s_import_export_profile (`type`, `name`, `description`, `tree`, `hidden`, `is_default`) VALUES (?, ?, ?, ?, ?, ?) ' with params ["categories", "default_categories_minimal", "default_categories_minimal_description", "{\"id\":\"root\",\"name\":\"Root\",\"type\":\"node\",\"children\":[{\"id\":\"537359399c80a\",\"name\":\"Header\",\"index\":\"0\",\"type\":\"node\",\"children\":[{\"id\":\"537385ed7c799\",\"name\":\"HeaderChild\",\"index\":\"0\",\"type\":\"node\",\"shopwareField\":\"\"}]},{\"id\":\"537359399c8b7\",\"name\":\"categories\",\"index\":\"1\",\"type\":\"node\",\"children\":[{\"id\":\"537359399c90d\",\"name\":\"category\",\"index\":\"0\",\"type\":\"iteration\",\"adapter\":\"default\",\"attributes\":\"\",\"children\":[{\"id\":\"53e9f539a997d\",\"type\":\"leaf\",\"index\":\"0\",\"name\":\"categoryId\",\"shopwareField\":\"categoryId\"},{\"id\":\"53e0a853f1b98\",\"type\":\"leaf\",\"index\":\"1\",\"name\":\"parentID\",\"shopwareField\":\"parentId\"},{\"id\":\"57ff840eab2d9\",\"type\":\"leaf\",\"index\":\"2\",\"name\":\"name\",\"shopwareField\":\"name\",\"defaultValue\":\"\"}]}]}]}", 0, 1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'description' in 'field list'
Wenn ihr keine Profile angelegt habt könnt ihr einfach die Tabelle löschen und das Plugin neuinstallieren
Jetzt habe ich den Tipp gelesen und die Tabelle s_import_export_profile gelöscht. Jetzt erhalte ich folgenden Fehler:
Unable to install, got exception: Schema-Tool failed with Error 'An exception occurred while executing 'CREATE TABLE s_import_export_session (id INT AUTO_INCREMENT NOT NULL, profile_id INT DEFAULT NULL, type VARCHAR(200) NOT NULL, ids LONGTEXT NOT NULL, position INT NOT NULL, total_count INT NOT NULL, username VARCHAR(200) DEFAULT NULL, file_name VARCHAR(200) NOT NULL, format VARCHAR(100) NOT NULL, file_size INT DEFAULT NULL, state VARCHAR(100) NOT NULL, created_at DATETIME NOT NULL, INDEX IDX_64E921BACCFA12B8 (profile_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB': SQLSTATE[42S01]: Base table or view already exists: 1050 Table 's_import_export_session' already exists' while executing DDL: CREATE TABLE s_import_export_session (id INT AUTO_INCREMENT NOT NULL, profile_id INT DEFAULT NULL, type VARCHAR(200) NOT NULL, ids LONGTEXT NOT NULL, position INT NOT NULL, total_count INT NOT NULL, username VARCHAR(200) DEFAULT NULL, file_name VARCHAR(200) NOT NULL, format VARCHAR(100) NOT NULL, file_size INT DEFAULT NULL, state VARCHAR(100) NOT NULL, created_at DATETIME NOT NULL, INDEX IDX_64E921BACCFA12B8 (profile_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB
Weiß gerade nicht weiter. Habe vorab natürlich die Tabelle exportiert, aber kann sie auch nicht mehr importieren. Erhalte dann einen SQL Fehler. Was kann ich jetzt machen?
Vielen Dank für eure Hilfe!!!
EDIT:
Es hat geklappt. ich habe nochmals alle Tabellen, die dem Import/Export Modul zugewiesen waren, gelöscht und auch den Plgin Ordner vom FTP entfernt. Jetzt läuft’s.