The $reportFieldsWhereDeclared argument is no longer supported, make sure to omit it when calling Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct. #11569
Unanswered
fabpico
asked this question in
Support Questions
Replies: 1 comment
-
I'm getting the same error after upgrading to doctrine/orm 3 and I have no idea how to solve it. Just to clarify, I'm getting this error when doing a cache:clear |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
I just want to create migration scripts out of entity classes.
I run
php bin/console doctrine:migrations:diff
.I receive this error:
I am not calling
Doctrine\ORM\Mapping\Driver\AttributeDriver
by my own, this is surely called indirectly within the doctrine code. Pretty sure the packages are not entirely compatible with each other.I installed the latest packages, resulted to:
Resolves to:
doctrine.yaml
doctrine_migrations.yaml
The only existing test entity for now, since its in development:
Beta Was this translation helpful? Give feedback.
All reactions