Composer update causes "Malformed UTF-8 characters, possibly incorrectly encoded"
Hi everyone,
After updating my app using Composer, I’ve encountered an issue when submitting forms. Every time I submit, I receive the following error:
“Malformed UTF-8 characters, possibly incorrectly encoded.”
I’ve tried several solutions, but nothing seems to resolve the problem.
Thank you in advance!
5 Replies
Really no one can help? I really dont know how to debug this.
try deleted vendor and composer update again
Thanks for your answer! Tried that out, but problem persists
btw this problem impact to all form?
i think may be this problem for ur config db
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
try this
Yes impact is to all of my forms.
It's already like this