in reply to Re^3: Trying again with mariadb (XAMPP & Image::Magick)
in thread Trying again with mariadb

Can't locate loadable object for module Image::Magick

This means that parts of ImageMagick are installed, but not everything. This normally shouldn't happen, but maybe only the (precompiled) Perl module Image::Magick was installed and the meat of the ImageMagick graphics library was not installed? This is harder to check, as ImageMagick itself is not a Perl package. Maybe the documentation for Image::Magick shows what additional steps should be taken? Alternatively, maybe the ImageMagick website has installation instructions for Windows?