mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Search by criteria error vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php line 44 #6771
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nyatMeat on GitHub (Jun 29, 2021).
I have an issue
vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php line 44
The code of the Team entity
The code of the Account entity
And the code of the User entity
What could be wrong? As I read in articles about using criteria in the Entity everything should be fine, but it doesn't
Could someone help me to understand what the wrong here?
@greg0ire commented on GitHub (Jun 29, 2021):
Uuuuh… that's not an issue, that's a filename.
I doubt this is the actual error message you are getting.
If by chance you are using Symfony, consider reading this: https://symfony.com/doc/current/contributing/code/stack_trace.html , it might help you help us help you.
@nyatMeat commented on GitHub (Jun 29, 2021):
I'm sorry. Didn't copy the whole output.
The problem is
But in entity Team
accountfield is exists, and when I try to filter collection by criteria I am getting this error.Might be something wrong with relations? I didn't find the answer on stackowerflow and github