Closed gchokeen closed 11 years ago
you opened this ticket on the wrong bundle. at any rate yes parameter is defined by the SymfonyCmfContentBundle, which is not configured as a dependency atm. i want to clean up all of these dependencies eventually by moving such stuff into the SymfonyCmfCoreBundle instead or by making sure that if the bundle defining the given parameter isnt loaded we define a fallback.
i have fixed the issue in the BlockBundle for now https://github.com/symfony-cmf/BlockBundle/commit/00feebac4da56566c166f7557794d379204b7ea7
in the long run it would be cool to handle settings that should in most cases be set to the same values via this new feature: https://github.com/symfony/symfony-docs/pull/2007
Sorry For asked question in wrong bundle, yes I found the configuration file in vendor/symfony-cmf/block-bundle/Symfony/Cmf/Bundle/BlockBundle/Resources/config/admin.xml.
Your commit link is broken. Can you update the correct link to resolve the issue.
I have corrected the link.
This is great fix !. I am still getting another error.
ServiceNotFoundException: The service "symfony_cmf_block.simple_admin" has a dependency on a non-existent service "knp_menu.factory".
you need to also enable this bundle: http://symfony.com/doc/master/cmf/bundles/menu.html
it should already be installed, because there is a hard dependency from simple cms bundle on the menu bundle.
You was one hundred percent true.
new Knp\Bundle\MenuBundle\KnpMenuBundle(),
new Symfony\Cmf\Bundle\MenuBundle\SymfonyCmfMenuBundle(),
Solved thanks
HI, Everything was working fine before update. To install JMSPaymentCoreBundle, I just run php composer.phar update command. After that I got below error.
ParameterNotFoundException: The service "symfony_cmf_block.simple_admin" has a dependency on a non-existent parameter "symfony_cmf_content.content_basepath".
While update:
Above action was done. But at the end I received below error
This is my config.yml.
Help me to figure out the issue