webburza / sylius-article-bundle

Article bundle (blog, news...) for the Sylius e-commerce platform.
MIT License
27 stars 11 forks source link

Problem with schema diff or update #25

Open JacekQ opened 7 years ago

JacekQ commented 7 years ago

Hello, When I try to do: php bin/console doctrine:migrations:diff or php bin/console doctrine:schema:update I got the error message:

[Symfony\Component\Debug\Exception\ContextErrorException] Notice: Undefined index: file_browser

How to fix it? Regards, Jacek

ychanan commented 7 years ago

Have you included the configuration file, as described in the readme?

imports:
    - { resource: "@WebburzaSyliusArticleBundle/Resources/config/config.yml" }

And clear your cache after you do, just in case.