mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Second level cache, undefined method getCacheRegion #5413
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kubawerlos on GitHub (Feb 7, 2017).
Originally assigned to: @Ocramius on GitHub.
With Symfony 3.2.3 and ORM 2.5.6 (or master), when I remove cache configuration from entity I am getting:
because method getEntityPersister is returning
Doctrine\ORM\Persisters\Entity\BasicEntityPersisteristead ofAbstractEntityPersister.@Ocramius commented on GitHub (Feb 7, 2017):
@kubawerlos can you try current
master? I think it was fixed there, but not backported due to complexity@lcobucci commented on GitHub (Feb 7, 2017):
I believe is a duplicate of #6124 and #5808
@Ocramius commented on GitHub (Feb 7, 2017):
Closing as duplicate of #6124