-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.2.6] - Unable to save/edit articles with umlauts in filenames during frontend editing #39515
Comments
Could you please test with TinyMce? To confirm that it is a Joomla core issue. |
Apparently this issue has already reported before #39193 and would be fixed by joomla-framework/filter#50 if it would be merged instead of the bugreport just being closed as completed where it is NOT. Found this after searching for another problem and stumbling upon https://www.joomlacontenteditor.net/support/forum/109751-photo-filename-with-umlauts-cannot-save-article which mentioned the bugreport and the PR (and that it's also reproducible on TinyMCE). |
Hello, Hope #39193 will be reopen! WBR, |
Closing as having a pull request. Please test #41451 . Thanks in advance. |
Steps to reproduce the issue
Using frontend editing. Try to edit an existing article or create a new one and add for example a picture with umlauts in its file name. This only appears to affect frontend editing, the same works fine when editing the article in the backend as administrator.
It's reproducible when creating a new article just consisting of the following code:
<p><img src="dateien/103/images/jubiläum_november_2015.jpg" alt="jubilaeum november 2015" style="margin: 5px 20px;"></p>
When first renaming the file replacing umlauts the same works fine.
Expected result
No error - work like before in Joomla 3.x
Actual result
Experience a timout/fatal error
System information (as much as possible)
From Joomla system information:
Additional comments
This wasn't an issue and worked fine before in Joomla 3.x before upgrading to Joomla 4.x. Raising the PHP execution timeout also doesn't help as the PHP-FPM process is taking 100% CPU no matter how long it runs until running into the timeout/error.
The text was updated successfully, but these errors were encountered: