Open disvroian opened 3 years ago
Yes, same error (see capture) :
Any solution ???? Thanks
This happens due missing config import, which is not created by flex recipe after plugin installation.
Create new file config/packages/odiseo_sylius_rbac.yaml
and add next snippet to solve the issue.
imports:
- { resource: '@OdiseoSyliusRbacPlugin/Resources/config/config.yml' }
This has been solved a long time ago but thanks for the reply anyway :-)
@Isabellebengrine issue is not solved in the plugin, I encountered it just a few weeks ago.
My answer is for issue clarification.
after an composer require odiseoteam/sylius-rbac-plugin ( sylius 1.10 )
I have the following error on cache cleaning Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 1
The service "sylius_rbac.custom_factory.administration_role" has a dependency on a non-existent service "sylius_rbac.factory.administration_role".
vendor/odiseoteam/sylius-rbac-plugin/src/DependencyInjection/OdiseoSyliusRbacExtension.php on line 24