«entitymanager» etiketlenmiş sorular


17
EntityManager kapatıldı
[Doctrine\ORM\ORMException] The EntityManager is closed. Veri eklerken bir DBAL istisnası aldıktan sonra EntityManager kapanıyor ve onu yeniden bağlayamıyorum. Böyle denedim ama bağlantı kurulamadı. $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(); Nasıl yeniden bağlanılacağını bilen var mı?
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.