You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#109751 photo filename with umlauts - cannot save article

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by roland62 on Friday, 18 November 2022 20:27 GMT

matrix
hi
i am not sure - this is a bug. but when i have a picture in the article, that have an umlaut (ä/ö/ü) in the filename, then i cannot save the article.
no error message, and the circle is turning around for minutes.
after 3 - 4 minutes, i have the message "The server returned a "500 - Whoops, looks like something went wrong."
when i made this with default profile as admin, then it work's.
is this a configuration in jce - when yes - where i find this?

Ryan
Do you have the same issue if you use the code Tinymce editor?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

matrix
Yes - the same...
When i change in joomla the "text-filter" to none, then it work's.

Ryan
Sounds like a bug in the Joomla Text Filter...

Is this Joomla 3 or 4?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

matrix
Updated Version from J3 to J4 and no changes in the config. OK - in this case, it's a joomla 4 bug.

where is this to be reported?

Ryan
First, check if anything has been posted on the Joomla forum - https://forum.joomla.org, otherwise bugs should be reported on github - https://github.com/joomla/joomla-cms/issues

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

matrix
ok - thank's

roland62
Have the same issue. Using joomla 4.2.5 and JCE pro 2.9.32. Working in editor modus is fine, but Joomla crash if I try to save.
Checked, how the internal Joomla-editor do handle this - those automatically changes e.g. üö again uo during uploading files. Means the uploaded files are containing no umlauts and no crash by saving the content.
Would it be possible also to implement a feature automatically change umlauts like replacing spaces?
As workaround I change the source-files. But sometimes I or another editor is overseeing one ... But absolutely no prio-1 issue.

Best - Roland

Ryan
This is a bug in the InputFilter class used by the Joomla Text Filter - https://github.com/joomla/joomla-cms/issues/39193

A fix has been proposed - https://github.com/joomla-framework/filter/pull/50

Would it be possible also to implement a feature automatically change umlauts like replacing spaces?


In Editor Profiles -> Editor Parameters -> Filesystem, set Websafe File Names to ASCII

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

roland62
Thanks! I tried both - patched the script and is working and didn't found the feature before to set Websafe File Names to ASCII

So - double thanks !