JoMandalor
JoMandalor
This looks like a Joomla/PHP issue and not docker related. This file: /var/www/html/libraries/src/Filesystem/File.php on line 95 [changed two](https://github.com/joomla/joomla-cms/blame/49c1e96a77e192ab5cd1071df88ba2e48683218e/libraries/src/Filesystem/File.php#L95) months ago. How long ago did you update your site?
The [iconv function seems to exits](https://github.com/joomla/joomla-cms/blob/49c1e96a77e192ab5cd1071df88ba2e48683218e/libraries/src/Filesystem/File.php#L92) because: ``` if (function_exists('transliterator_transliterate') && function_exists('iconv')) ``` Means that if its not there it will not try to use it, the fact that it...
I just ran a few tests and it seems like the size limitation is not being handled correctly, and gives an error in the console but nothing in the browser...