No Code Attached Yet bug
avatar ChristineWk
ChristineWk
2 Apr 2025

Steps to reproduce the issue

This has been reported by users.

avatar ChristineWk ChristineWk - open - 2 Apr 2025
avatar ChristineWk ChristineWk - change - 2 Apr 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 2 Apr 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Apr 2025
avatar chmst
chmst - comment - 2 Apr 2025

confirmed

avatar chmst chmst - change - 2 Apr 2025
Labels Added: bug
avatar chmst chmst - labeled - 2 Apr 2025
avatar brianteeman
brianteeman - comment - 2 Apr 2025

possibly a result of #43359

avatar joomdonation
joomdonation - comment - 2 Apr 2025

It causes by this line of code https://github.com/joomla/joomla-cms/blob/5.3-dev/plugins/filesystem/local/src/Adapter/LocalAdapter.php#L821 which transform filename to punycode for some reasons. When there is space in filename, it throws exception, make the process broken and causes the error. I do not know about punycode to see why that line is needed.

avatar joomdonation joomdonation - change - 2 Apr 2025
Labels Added: Release Blocker
avatar joomdonation joomdonation - labeled - 2 Apr 2025
avatar richard67
richard67 - comment - 2 Apr 2025

It causes by this line of code https://github.com/joomla/joomla-cms/blob/5.3-dev/plugins/filesystem/local/src/Adapter/LocalAdapter.php#L821 which transform filename to punycode for some reasons. When there is space in filename, it throws exception, make the process broken and causes the error. I do not know about punycode to see why that line is needed.

@joomdonation That code line was added in 4.0 with PR #19095 so I am not sure if this can be the reason.

avatar richard67 richard67 - close - 2 Apr 2025
avatar richard67
richard67 - comment - 2 Apr 2025

Seems to be fixed by PR #45257 . Please test. Thanks in advance.

Closing as having a pull request.

avatar richard67 richard67 - change - 2 Apr 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-04-02 14:31:10
Closed_By richard67
avatar richard67 richard67 - change - 2 Apr 2025
Labels Removed: Release Blocker
avatar richard67 richard67 - unlabeled - 2 Apr 2025
avatar laoneo
laoneo - comment - 2 Apr 2025

Don't think so this is an issue from #19095. Rather than #45140. Probably this issue would be solved with version 4.2.0 as well.

avatar laoneo
laoneo - comment - 2 Apr 2025

We just need to be sure that this issue is solved when we update idna converter to 4 in 6.0.

Add a Comment

Login with GitHub to post a comment