-
Notifications
You must be signed in to change notification settings - Fork 79
DBALException when updating schema #96
Comments
Same problem |
It seems to work using a different entity manager for the bundle and the app. So your app will ignore the WP entities. |
hi @jstoeffler Have you an example of the good configuration to work with different entity manager, i try this, but it don't work ``
`` |
The problem could come from
You could replace it by:
or rename the symfony em to "default". Also I don't use different DB connections, it shouldn't be a problem, but is it necessary? |
Hi -- I'm having the same problem. Has anyone found a workaround other than using a different entity manager? When I use a different entity manager, I am unable to use the entities from the ekino bundle as foreign keys in my symfony entity manager. (Or has someone found a way to do that successfully?) Thank you! |
Using Symfony 2.6 with this wonderful bundle, I tried to update the database, and I get the following error:
It seems that Doctrine tries to override the Wordpress constraint, or am I missing something? It did perform a lot of updates on the Wordpress tables with tables when I first ran the update.
It also tries to update those:
Is this normal? Is there a proper way to update the schema with this bundle?
The text was updated successfully, but these errors were encountered: