You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Where secondary connection connects with Wordpress database. Any of your functions using services ekino.wordpress.manager.(service) returns empty entities value so any Get returns null. If i set up default_entity_manager: secondary works as it should be.
Any hint to manage this? Have you tried before? Issue with this is that I need EkinoWordpressBundle works with non-default entity_manager connection and I suppose entity_manager option into Configuration.php is for it.
Thanks and I'll appreciate a little help.
The text was updated successfully, but these errors were encountered:
Your Bundle is great but i'm trying to use it with multiple database connections. In Configuration.php you have an option that i used:
->scalarNode('entity_manager')->end()
So my bundle's configuration looks like this:
`ekino_wordpress:
Where secondary is the name of one my connections. My connections's configuration looks like this:
`default_entity_manager: primary
Where secondary connection connects with Wordpress database. Any of your functions using services ekino.wordpress.manager.(service) returns empty entities value so any Get returns null. If i set up default_entity_manager: secondary works as it should be.
Any hint to manage this? Have you tried before? Issue with this is that I need EkinoWordpressBundle works with non-default entity_manager connection and I suppose entity_manager option into Configuration.php is for it.
Thanks and I'll appreciate a little help.
The text was updated successfully, but these errors were encountered: