MappingException pops up during debugging #10019
Unanswered
duzenko
asked this question in
Support Questions
Replies: 1 comment 13 replies
-
I know you're frustrated and all, but unless your provide a stack trace, there are little chances you're going to get any help on this. The best is to keep your feelings out of this and to stick to facts. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to not throw MappingException's internally when passing a DateTime as a parameter?
When I'm debugging my code, and a query with a date parameter executes, it throws internal exceptions and stops on that.
This is quite frustrating for me.
FWIW the exact exception message is - "Doctrine\ORM\Mapping\MappingException: Class "DateTime" is not a valid entity or mapped super class"
Beta Was this translation helpful? Give feedback.
All reactions