-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
ReflectionProperty::getValue(): Argument #1 ($object) must be provided for instance properties #11070
Comments
Please provide a stack trace. |
Thank fpr reply,,,here is a stack trace and with Doctrine version 2.16.3 works fine ..the error occurs only with v 2.17.1, 2.17.0 ...
|
Not too sure if it fits the same issue, but i might have a problem in the same area. Having an eager loaded many to one relation via an
|
An SQL debug stack and a PHP stack trace are 2 different things. How does the |
I'm getting the same problem on 2.17.x with a OneToMany indexed by a Symfony Uid. also see #11088 |
Bug Report
I recently updated Doctrine to version 2.17.1 and encountered an error. I'm currently using doctrine/persistence v3.2, and downgrading Doctrine to version 2.16.3 resolved the issue.
ReflectionProperty::getValue(): Argument #1 ($object) must be provided for instance properties
doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
Summary
doctrine v2.17.1 does not working fine with doctrine/persistence v3.2
Current behavior
ReflectionProperty::getValue(): Argument #1 ($object) must be provided for instance properties
How to reproduce
the object is empty but when i downgrad the doctrine version...it works fine..
Expected behavior
that everthing work as usaul ...what is the changes in this version that my app not working and get this error? any ideas ?
schema is also valid!
The text was updated successfully, but these errors were encountered: