5
저는 Symfony 2 프로젝트를 Propel에서 Doctrine으로 변환하고 기존 데이터베이스를 Doctrine Entities로 변환하려고합니다. 기존 데이터베이스에서 엔티티를 생성 할 때 잘못된 인수 예외
는 i를 tutorial on the Symfony website 다음있어이 작업을 수행하려면, 그러나 나는 다음과 같은 명령을 실행하면php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force
내가 바로 다음과 같은 오류가 나타납니다
이[InvalidArumentException]
Doctrine ORM Manager named "" does not exist.
사람이 설명 할 수을 어디 잘못 가고 어떻게 해결할 수 있니?