DDC-3866: Embedded value objects with single table inheritance not working #4733

Closed
opened 2026-01-22 14:48:31 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Aug 5, 2015).

Originally assigned to: @deeky666 on GitHub.

Jira issue originally created by user xtreamwayz:

When updating the schema I get this:

> php app/console doctrine:schema:update --force

[ReflectionException]
Property ContentBundle\Entity\PageContent::$guid does not exist

All relevant classes are located here: https://gist.github.com/xtreamwayz/84159f006616b4029623

Without the single table inheritance it works perfectly and it creates the correct table structure. But when enabling it I get the error when trying to create the schema. I don't know if this is simply not possible, my code is wrong or it is a bug.

Originally created by @doctrinebot on GitHub (Aug 5, 2015). Originally assigned to: @deeky666 on GitHub. Jira issue originally created by user xtreamwayz: When updating the schema I get this: ``` > php app/console doctrine:schema:update --force [ReflectionException] Property ContentBundle\Entity\PageContent::$guid does not exist ``` All relevant classes are located here: https://gist.github.com/xtreamwayz/84159f006616b4029623 Without the single table inheritance it works perfectly and it creates the correct table structure. But when enabling it I get the error when trying to create the schema. I don't know if this is simply not possible, my code is wrong or it is a bug.
admin added the Bug label 2026-01-22 14:48:31 +01:00
admin closed this issue 2026-01-22 14:48:31 +01:00
Author
Owner

@doctrinebot commented on GitHub (Aug 5, 2015):

Comment created by xtreamwayz:

Please close this issue and blame my crappy internet provider, it's the same as #DDC-3867.

@doctrinebot commented on GitHub (Aug 5, 2015): Comment created by xtreamwayz: Please close this issue and blame my crappy internet provider, it's the same as #[DDC-3867](http://www.doctrine-project.org/jira/browse/DDC-3867).
Author
Owner

@doctrinebot commented on GitHub (Aug 5, 2015):

Issue was closed with resolution "Duplicate"

@doctrinebot commented on GitHub (Aug 5, 2015): Issue was closed with resolution "Duplicate"
Author
Owner

@doctrinebot commented on GitHub (Aug 5, 2015):

Comment created by xtreamwayz:

See #DDC-3867

@doctrinebot commented on GitHub (Aug 5, 2015): Comment created by xtreamwayz: See #[DDC-3867](http://www.doctrine-project.org/jira/browse/DDC-3867)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4733