FriendsOfSylius / SyliusImportExportPlugin

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

Sylius 1.12.5 and Symfony 6: Web UI fails with Controller "sylius.controller.import_data:importFormAction" does neither exist as service nor as class #290

Closed olimination closed 1 year ago

olimination commented 1 year ago

If I try to open the "Products" or "Taxons" view in the admin ui, I receive the following error:

An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable: Controller "sylius.controller.import_data:importFormAction" does neither exist as service nor as class.").

I have enabled the web_ui: true config which produces this issue. Setting it to false the admin views render properly.

olimination commented 1 year ago

PR with fix is here: https://github.com/FriendsOfSylius/SyliusImportExportPlugin/pull/291

pawellen commented 1 year ago

Having same issue. Any updates on that?

oallain commented 1 year ago

Hello,

Just released v0.24.0 .

Regards