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(); 有人知道如何重新连接吗?