Closed lukepass closed 6 years ago
I don't think you actually need this:
dbal:
types:
json: Sonata\Doctrine\Types\JsonType
since there's a native json type (thanks @Taluu )
What docs did you follow?
I noticed that I duplicated the dbal
key. Adding types
key to the previous dbal
solved the problem.
Thanks.
Solved my problem too, thank !!
Hello, on an empty project with Symfony 2.8 I installed Sonata Media Bundle and at the end of the installation guide (https://sonata-project.org/bundles/media/master/doc/reference/installation.html) when i execute:
php app/console doctrine:schema:create
I get this error:
Environment
Symfony 2.8 Empty Project
Sonata packages
Symfony packages
PHP version
Subject
My config.yml file:
My composer packages:
composer show