EntityManagerが閉じています
[Doctrine\ORM\ORMException] The EntityManager is closed. データの挿入時にDBAL例外が発生した後、EntityManagerが閉じて、再接続できません。 このように試しましたが、接続できませんでした。 $this->em->close(); $this->set('doctrine.orm.entity_manager', null); $this->set('doctrine.orm.default_entity_manager', null); $this->get('doctrine')->resetEntityManager(); $this->em = $this->get('doctrine')->getEntityManager(); 誰かが再接続する方法を考えていますか?