FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

Error importing taxonomies #270

Open cdarken opened 2 years ago

cdarken commented 2 years ago

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

andriusvo commented 2 years ago

Same problem here, any updates on it?

cdarken commented 2 years ago

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