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(); У когось є ідея, як відновити зв’язок?