Here is the video:
In the example, there were seven images selected. Of those two were uploaded. For the five others, error messages show up:
Subsequent uploads work perfectly. In the video, I deleted the two files from the first upload and uploaded the identical set of seven files again. This time successfully.
5.4
Multiple selected files are successfully uploaded.
Initial upload only partially succeeds, error messages for the rest.
Laragon 8 on Windows 11
Joomla 5.4.8
PHP 8.4
MySQL 8.0
No response
| Labels |
Added:
bug
|
||
| Labels |
Added:
No Code Attached Yet
|
||
@brianteeman It's a fresh installation of 5.4.8 without any extensions or configuration changes.
I'll cross-check with a different browser to rule out issues with my Firefox. I'll report on the outcome here.
@brianteeman Identical error messages with Microsoft Edge. The issue only happens with a completely fresh install. Maybe some bad initialization?
I can confirm the problem on a completely new install
I am guessing but i bet it is because on a clean install the table #__finder_types is empty
But as soon as you do something like create an article then it gets populated with 5 records
Its just that the first thing you did was to upload an image and that record creation borked
I have no idea why that table doesnt ship with data or why/where it gets populated
You can verify this i hope by emptying that table and trying to upload the images
I suspect it will then give you the error
Then try to upload images and it fails
then empty the table again and repeat
I did a fresh install (again). The table #__finder_types was empty.
I created an article. The table #__finder_types was populated with five records.
Went to media manager, did my multiple upload, and no errors.
Emptied table #__finder_types.
Tried to upload again: No errors.
oddly there are three different duplicated places that create the finder_types when empty
joomla-cms/administrator/components/com_finder/src/Indexer/Adapter.php
Lines 153 to 156 in ba60d96
joomla-cms/administrator/components/com_finder/src/Indexer/DebugAdapter.php
Lines 152 to 155 in ba60d96
joomla-cms/administrator/components/com_finder/src/Indexer/Helper.php
Lines 250 to 255 in ba60d96
i cant replicate that and the error message coming from finder doesnt really make sense to me on an image upload. Are you 100% certain its a brand new install with no configuration changes or extensions installed