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(); …