-
Notifications
You must be signed in to change notification settings - Fork 641
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
Image editor not loading image #2130
Comments
Any chance you could reproduce that error with devMode enabled, the share the full stack trace leading up to the error? |
There you go: yii\base\ErrorException: transliterator_transliterate(): Could not create transliterator with ID "Any-Latin; Latin-ASCII; [\u0080-\uffff] remove" (transliterator_create: unable to open ICU transliterator with id "Any-Latin; Latin-ASCII; [\u0080-\uffff] remove": U_INVALID_ID) in /html/craft/vendor/yiisoft/yii2/helpers/BaseInflector.php:507 |
What is the image’s filename? |
Seems to be an environment thing and has nothing to do with Assets or filenames. Yii will attempt to transliterate any file name when sending a download, triggering an error if the ICU lib is out of date. Sort of related: https://bugs.php.net/bug.php?id=69120 |
@retop did you find out what was your issue about? |
Description
When trying to edit an image the editor fails to load the image - resulting in a empty cropping canvas.
Web developer toolbar console shows the following error:
Error loading http://domainname.de/craft/web/index.php?p=admin/actions/assets/edit-image&assetId=413&size=3840&cacheBust=1511524556508
Visiting the aforementioned url shows the following error:
Internal Server Error
transliterator_transliterate(): Could not create transliterator with ID "Any-Latin; Latin-ASCII; [\u0080-\uffff] remove" (transliterator_create: unable to open ICU transliterator with id "Any-Latin; Latin-ASCII; [\u0080-\uffff] remove": U_INVALID_ID)
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: