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
that sounds wrong indeed. would you mind trying to find whats happening in the DI class and send a pull request to fix it if you find it? not sure how much the class moved around, maybe comparing with how that part of the logic looks in version 1.x would help finding the issue...
i can't seem to reproduce this in symfony-cmf/cmf-sandbox#403 (there is a lot not yet right with that PR, but i did not encounter that problem. we have the short syntax for just one session in the sandbox and it seems to work. can you still reproduce the problem?
OK cool, I haven't checked again recently but if it can't be reproduced there then happy for this to be closed and I can always re-open another issue in future if it crops up again for any reason. :)
Hi,
I've found just a small issue with the current master branch.
It seems in the master branch at the moment (which I'm using so it is compatible with SF4) I have to define the connection like this:
Like this:
I get an unknown service error:
You have requested a non-existent service "doctrine_phpcr.jackalope_doctrine_dbal._connection"
Where 'default' is not detected as the session name and the service should be
doctrine_phpcr.jackalope_doctrine_dbal.default_connection
The text was updated successfully, but these errors were encountered: