I am updating bundles to switch to symfony 3 but I catch an error:
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
The service "sonata.admin.doctrine_phpcr.tree_controller" has a dependency
on a non-existent parameter "cmf_resource.repositories.default_name".
Where can I set this parameter ?
When I add the parameter into my config file, I get another error.
Environment
PHP 7.3.6
Symfony packages
Symfony CMF and Sonata packages
Hi,
I am updating bundles to switch to symfony 3 but I catch an error:
Where can I set this parameter ?
When I add the parameter into my config file, I get another error.
I don't know where to look ... and the link to the documentation doesn't work: https://symfony.com/doc/master/cmf/bundles/resource-rest/index.html
I have already reset the cache and reinstall all bundles.
Does someone have an idea?
Thank you!