mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3109: [Doctrine\ORM\Mapping\MappingException] Invalid field override named 'xxx' for class 'Entity\xxx' #3858
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 (Apr 30, 2014).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user 3x14159265:
Subclass should override association, but on generating entities, error:
[Doctrine\ORM\Mapping\MappingException]
Invalid field override named 'settings' for class 'Entity\Organization'.
is thrown. also, when updating schema, the assocations in the subclass are ignored (means are not present in the database).
@doctrinebot commented on GitHub (Apr 30, 2014):
@doctrinebot commented on GitHub (May 23, 2014):
Comment created by alex-pex:
I think it is a duplicate of this bug : http://www.doctrine-project.org/jira/browse/DDC-2693
@wakqasahmed commented on GitHub (Oct 9, 2016):
I am facing the same issue. Any updates on it?
@milan-jirasek commented on GitHub (Jan 29, 2018):
Still this error, is here some new solution?
@lcobucci commented on GitHub (Feb 22, 2018):
@Milan-Jirasek could you please send us a failing test case that reproduces that behaviour? It would help us a lot to identify and fix the issue you're describing.
Please use
2.6as base and we'll port it tomasterwhen/if needed.You can find examples on
388afb46d0/tests/Doctrine/Tests/ORM/Functional/Ticket