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(); ใครมีความคิดที่จะเชื่อมต่อใหม่?