Search code examples
symfonysonata-admin

symfony2:You have requested a non-existent parameter "secret"


After installing and configured sonata admin. I have got following error in my framework. Please help..

You have requested a non-existent parameter "secret".


Solution

  • Be sure to import your parameters.yml file at the top of you config.yml file

    imports:
        - { resource: parameters.yml }