Steps to reproduce the issue
- Go to Content - Media
- Have a look in the Options for the maximum file size
- Go back to the media manager and upload an image with a filesize largen than the max. file size
Expected result
There should be an error message that the image size to be uploaded exceeds the maximum image size
Actual result
There is nothing. You see only a blue line (that seems to show that something happens). After some seconds the blue line disappears and no message comes up.
System information (as much as possible)
Joomla 5.2.4
PHP 8.3.13
Additional comments
What are the values of the php.ini settings "post_max_size" and "upload_max_filesize"? Does the size of the file which you have tried to upload exceed also one of these 2 limits? Or does it only exceed the limit adjusted in the media manager options?