Closed (fixed)
Project:
IMCE
Version:
8.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2020 at 18:40 UTC
Updated:
21 Jul 2021 at 01:19 UTC
Jump to comment: Most recent
Hi,
I have a Drupal 7 upgraded to 9 site working as expected. Today, I installed imce to integrate a way to upload and/or choose images from server. Installation was fine, but when I open "Open file from browser", imce opens but returns this error.
Hubo un error HTTP AJAX.
Ruta: /imce
Código de Resultado HTTP: 500
StatusText: 500 Service unavailable (with message)
ResponseText: El sitio web encontró un error inesperado. Vuelva a intentarlo más tarde.</br></br><em class="placeholder">InvalidArgumentException</em>: Malformed UTF-8 characters, possibly incorrectly encoded in <em class="placeholder">Symfony\Component\HttpFoundation\JsonResponse->setData()</em> (line <em class="placeholder">167</em> of <em class="placeholder">vendor/symfony/http-foundation/JsonResponse.php</em>).Some idea how can be solved?
| Comment | File | Size | Author |
|---|---|---|---|
| 5VqfKnLEuQ.png | 35.02 KB | TheMigrator |
Comments
Comment #2
thallesHey @TheMigrator!
Do you still have this problem?
Comment #3
carolalind commentedJust had this problem on a site. The same error message as above. The problem was that the folder sites/default/files had a few images and folders containing the swedish characters åäö in the name.
As soon as those were deleted the error message went away. :)
Comment #4
thallesThank you @carolalind!