Hi @kongondo,
I bought version 0.12 of the MediaManager Module a few years ago. On php 7.2 and the latest processwire version 3.0.223 the module works great and everything as expected.
As php 7.2 and all other 7.x php versions are out of maintenace by now I tried to upgrade my dev server to php 8.2 but now the MediaManager module doesn't seem to work anymore.
Images can't be uploaded correctly anymore. As I see in the filesystem they are uploaded into a folder site\assets\MediaManager\jqfu\.files_no_show and hence are not displayed in the cms.
Judging by the post under https://mediamanager.kongondo.com/troubleshooting/ there used to be a bug in processwire that caused a similar behaviour of the mediamanager module but as the
module is running smoothly with the lates processwire version with php 7.2 my guess is that my problems with the mediamanager under php 8.2 are caused by that php version.
Have you tested MediaManager 0.1.2 with php 8.2? If not and you don't have any advice on how to make images uploadable again I will unfortunately have to wait for MediaManager Next to be released and buy this version.
Update:
Hey @kongondo,
I made work again. After my upgrade to php 8.2 the gd library wasn't enabled and this caused the upload problems. Anyways when having debug mode in processwire enabled I get some deprecation warnings, e.g. when trying to edit an image in Media Manager. This doesn't seem to have any influence on the functionality of the Media Manager yet but I suppose with the next php version update at least Media Manager in version 0.12 won't work anymore.