mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-730: Fatal Error upon Proxy autogeneration #899
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 @doctrinebot on GitHub (Aug 2, 2010).
Jira issue originally created by user cmealey:
Fatal Error upon Proxy auto-generation
"Aug 2 17:13:28 vmubuntu apache2: PHP Parse error: syntax error, unexpected $end in /src/proxies/ExampleProxy.php on line 213"
The proxy is generated properly, and everything works beautifully upon disabling autogen.
But when it's generated then loaded in the same request (occasionally, and very unpredictably) things get wonky.
It feels a LOT like file-system lag since /src is mounted by vmware to a NTFS directory on the host machine.
So I'm not sure this is Doctrine's responsibility.
@doctrinebot commented on GitHub (Aug 2, 2010):
Comment created by @guilhermeblanco:
Could you please upload your ExampleProxy re-generated? It seems that new ProxyFactory code is generating broken proxies
@doctrinebot commented on GitHub (Sep 15, 2010):
Comment created by @beberlei:
You shouldn't auto-generate entities in a multi-concurrency production environment. there is nothing we can do about it
@doctrinebot commented on GitHub (Sep 15, 2010):
Issue was closed with resolution "Won't Fix"