-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defective doctrine version #126
Comments
Hello @HerHde, We made an update of symfony and will publish it tomorrow. |
I just found your entered command in the question :) |
Actually I executed |
@HerHde |
Thank you, but unfortunately that didn't help me, as it left the mentioned version untouched. However, explicitly updating via |
Describe the bug
When executing
php bin/console doctrine:schema:create
I get the following error:An option named "em" already exists.
.This is seems to be a fixed issue in DoctrineBundle, fixed one patch version later than the used
doctrine/doctrine-bundle 2.3.1 Symfony DoctrineBundle
.To Reproduce
Steps to reproduce the behavior:
git clone
this repophp composer.phar install
php bin/console
Expected behavior
Screenshots
Additional context
I guess
composer update
would fix the issue, but I can't test it on out low-mem server. This issue keeps me from installing ODC.Off-topic: The cert for your demo instance is expired
The text was updated successfully, but these errors were encountered: