-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Error after upgrading to 3.7 #802
Comments
Did you clear the cache? |
I did not clear the cache, but now I have and this error pops up:
|
Yes, I did it in my host system by default with Symfony's composer auto scripts. But after I entered my Docker container and cleared there as well manually it started to work. Interesting, 'cause both systems have the same php version and permissions... |
I removed the |
Yeah, thanks for the quick response! |
Hey guys!
After upgrading JMSSerializerBundle to v3.7, our system drops this error message:
Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 15" at /application/vendor/jms/serializer/src/Metadata/ClassMetadata.php line 325
Had to revert to previous version to get it work again.
The text was updated successfully, but these errors were encountered: