Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

CSV Import on admin #506

Closed SchulzWill closed 3 years ago

SchulzWill commented 3 years ago
Q A
Bug report? [ ]
Feature request? [X]
Support request? []

Is there any way already available to import a csv file from Listing Admin panel? I have been struggling to use https://packagist.org/packages/kunicmarko/sonata-importer-bundle#0.1.1 even after package updates, it breaks on the cache clean step:

Fatal error: Uncaught Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an undefined method named "getRootNode" of class "Symfony\Component\Config\Definition\Builder\TreeBuilder". in vendor/kunicmarko/sonata-importer-bundle/src/DependencyInjection/Configuration.php on line 19

Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an undefined method named "getRootNode" of class "Symfony\Component\Config\Definition\Builder\TreeBuilder". in /vendor/kunicmarko/sonata-importer-bundle/src/DependencyInjection/Configuration.php on line 19
SchulzWill commented 3 years ago

This problem was solved. I am using the version 0.1.2 of https://packagist.org/packages/kunicmarko/sonata-importer-bundle#0.1.2