Avatar upload jpg
bluisier I'm running into the same issue with image/jpeg files. Converting to png and then uploading works fine.
bluisier no work(
luuhai48 Ganesha604 try with forward slash /
. Backslash attempts to escape the letter that follows.
clarkwinkelmann oops! my bad
Just for the record: we're running into the same problem after migrating to 14.1 the day before yesterday. jpg or jpeg doesn't work, png is fine.
Lukeman Same problem also JPG does not work
- Edited
TutoRapide Yep, there's a bug. For now, you can run composer require symfony/mime:v5.1.9
to fix it temporaryly
luuhai48 If I understand well something is not installed?
- Edited
TutoRapide oops!! sorry again. Typo
composer require symfony/mime:v5 1.9
Its mime, not mine
TutoRapide its symfony
, sorry again
luuhai48 I don't understand the worry I have to set up the dependency ?
TutoRapide let me give you the command, please try again.
composer require symfony/mime:v5.1.9
Sorry i was typing using my phone so it wasnt correct.
luuhai48 nice it's work
luuhai48 This works great, thank you so much, I was going crazy over here
luuhai48 Also works for me. Is this a bug that will be fixed by an update of the mime package, or is it an incompatibility with the uploader?
Scolasticus It think is a bug with the flarum core and should be fix soon.