Actions
Bug #104557
closedTypeError: strnatcasecmp(): Argument #1 ($string1) must be of type string, int given
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-08-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I sort the output of the content element 'uploads' for example by file type or file size, I get the error message in the frontend:
TypeError strnatcasecmp(): Argument #1 ($string1) must be of type string, int given in /var/www/html/vendor/typo3/cms-frontend/Classes/Resource/FileCollector.php line 206
Actions