SyliusImportExportPlugin icon indicating copy to clipboard operation
SyliusImportExportPlugin copied to clipboard

Error importing taxonomies

Open cdarken opened this issue 2 years ago • 2 comments

I'm testing with the simple file, the one from the Behat fixtures. But I get this error:

[Gedmo\Exception\UnexpectedValueException]              
Root cannot be changed manually, change parent instead

Every time I run the import a row is imported then it fails with this error. After all the rows are imported and I run it again, this summary is printed:

Imported 'taxonomies.csv' via the taxonomy.csv importer

 * Time taken: 171.4 ms 
 * Imported count: 3
 * Skipped count: 0
 * Failed count: 0

taxonomies.csv

I'm using a fresh install of Sylius 1.10.4

cdarken avatar Oct 06 '21 08:10 cdarken

Same problem here, any updates on it?

andriusvo avatar Oct 06 '21 10:10 andriusvo

This seems to be the cause: https://github.com/doctrine-extensions/DoctrineExtensions/issues/2261

cdarken avatar Oct 06 '21 16:10 cdarken