JoomGalleryfriends / JG4-dev

Development repository for JoomGallery v4.x
GNU General Public License v3.0
10 stars 6 forks source link

[Upload service] Mass upload with uppy does not work anymore #115

Closed MrMusic closed 1 year ago

MrMusic commented 1 year ago

The following error occurs when using the mass upload with uppy: An error has occurred. array_key_exists(): Argument #2 ($array) must be of type array, null given in administrator\components\com_joomgallery\src\Service\Uploader\SingleUploader.php:241 The problem has probably occurred since the merging of this PR: https://github.com/JoomGalleryfriends/JG4-dev/pull/110

reni68 commented 1 year ago

I'm afraid I have to confirm that. After my longer break here as a tester, I wanted to see what the status was and installed the main.zip => this error.

AlexanderSupp commented 1 year ago

Me too. PHP 8.0. BTW: I set up my Joomla on my Synology with PHP 7.4.3 new. I got several errors, such as

AlexanderSupp commented 1 year ago

Mystery. On my other Synology with PHP 8.0 point 1 above work correct, point 2 also an error and point 3 work correct.

AlexanderSupp commented 1 year ago

For further tests, it is important that this function will work.

MrMusic commented 1 year ago

Closed as completed