Open panosru opened 13 years ago
I have the same problem!
Seems to be something like doctrine_orm instead of orm sonata_media: db_driver: doctrine_orm
Hi all!! Let me apologize for the delay...
I've found Invalid db driver "orm" failure, related to Sonata Media Bundle Update:
in app/config/sonata_media.yml:
change db_driver: orm db_driver: doctrine_orm
pre
Anyway , that is not the main problem of this repo. Seems that Sonata Admin Bundle has deeply changes, splitted now in SonataOrmAdminBundle & SonataAdminBundle. Including on deps, kernel ...was not solving this Issue, so I've decide to checkout again from Sonata Sandbox repo, working as a charm! So I recomend to all of you to leave this repo and checkout from these one: https://github.com/marcosQuesada/Symfony2--Test---Sonata
That one is Sonata Sandbox with my own bundle integrated on backend , is Base /TestBundle, has actually 3 entities in Backend .
Hope this will be helpful ;)
Just for your info, Sonata Admin Bundl trouble appears updating bin/vendors. So it's posible that changing orm to doctrine_orm will be enought to get it work.
Without any kind of doubt , start from new Sonata version is a must!
Hello, I followed the installation process but when I'm about to run
app/console doctrine:database:create
I'm getting the following error in terminal:In
app/config/parameters.ini
I have this:Any help would be appreciated :)
Thanks!