-
Notifications
You must be signed in to change notification settings - Fork 379
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
Incompatibility with Symfony 5: Usage of class that does not exist anymore #1287
Comments
In Symfony 4.4 you can find a @deprecated annotation related to it: https://github.com/symfony/symfony/blob/92c4593e3cec1b806495512b1b8cd374728ae3d8/src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php#L23 |
Encountered same issue on Symfony 5.1.
But we still miss a proper fix for that. |
This did not fix it at all for me and I am still getting the same error. What version of symfony/mime and symfony are you guys using? I'm using Symfony v5.1.7 with symfony/mime v5.1.7. Did this fix it for you guys because you are running an old version of Symfony before the deprecated MimeTypeGuesser was removed? |
Ah I figured out my issue. I was defining a custom data loader that extended the existing Still waiting for the proper fix though. |
#1379 should fix this in a B/C manner. |
Symfony version(s) affected: 5.1.0 and 5.0.9
Description
This error message is thrown when I call
bin/console
:The classes specified in...
LiipImagineBundle/Resources/config/imagine.xml
Lines 368 to 374 in 16c28a8
How to reproduce
These commands run WITHOUT any problem:
These commands lead to the error message mentioned above:
Additional context
The text was updated successfully, but these errors were encountered: