File Sideload Error

Hello everyone,
I have this error when using File Sideload:

Blockquote
2024-06-25T18:34:22+00:00 ERR (3): Omeka\File\Exception\InvalidThumbnailerException: ImageMagick error: cannot determine path to ImageMagick command. in /home/weltkrie/public_html/application/src/File/Thumbnailer/ImageMagick.php:117
Stack trace:
#0 /home/weltkrie/public_html/application/src/File/Thumbnailer/ImageMagick.php(41): Omeka\File\Thumbnailer\ImageMagick->setConvertPath()
#1 /home/weltkrie/public_html/application/src/File/TempFile.php(264): Omeka\File\Thumbnailer\ImageMagick->setOptions()
#2 /home/weltkrie/public_html/application/src/File/TempFile.php(439): Omeka\File\TempFile->storeThumbnails()
#3 /home/weltkrie/public_html/modules/FileSideload/src/Media/Ingester/SideloadDir.php(159): Omeka\File\TempFile->mediaIngestFile()
#4 /home/weltkrie/public_html/application/src/Api/Adapter/MediaAdapter.php(170): FileSideload\Media\Ingester\SideloadDir->ingest()
#5 /home/weltkrie/public_html/application/src/Api/Adapter/AbstractEntityAdapter.php(643): Omeka\Api\Adapter\MediaAdapter->hydrate()
#6 /home/weltkrie/public_html/application/src/Api/Adapter/ItemAdapter.php(306): Omeka\Api\Adapter\AbstractEntityAdapter->hydrateEntity()
#7 /home/weltkrie/public_html/application/src/Api/Adapter/AbstractEntityAdapter.php(643): Omeka\Api\Adapter\ItemAdapter->hydrate()
#8 /home/weltkrie/public_html/application/src/Api/Adapter/AbstractEntityAdapter.php(453): Omeka\Api\Adapter\AbstractEntityAdapter->hydrateEntity()
#9 /home/weltkrie/public_html/application/src/Api/Manager.php(233): Omeka\Api\Adapter\AbstractEntityAdapter->update()
#10 /home/weltkrie/public_html/application/src/Api/Manager.php(136): Omeka\Api\Manager->execute()
#11 /home/weltkrie/public_html/application/src/Mvc/Controller/Plugin/Api.php(152): Omeka\Api\Manager->update()
#12 /home/weltkrie/public_html/application/src/Controller/Admin/ItemController.php(254): Omeka\Mvc\Controller\Plugin\Api->update()
#13 /home/weltkrie/public_html/vendor/laminas/laminas-mvc/src/Controller/AbstractActionController.php(71): Omeka\Controller\Admin\ItemController->editAction()
#14 /home/weltkrie/public_html/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\Controller\AbstractActionController->onDispatch()
#15 /home/weltkrie/public_html/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners()
#16 /home/weltkrie/public_html/vendor/laminas/laminas-mvc/src/Controller/AbstractController.php(97): Laminas\EventManager\EventManager->triggerEventUntil()
#17 /home/weltkrie/public_html/vendor/laminas/laminas-mvc/src/DispatchListener.php(132): Laminas\Mvc\Controller\AbstractController->dispatch()
#18 /home/weltkrie/public_html/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\DispatchListener->onDispatch()
#19 /home/weltkrie/public_html/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners()
#20 /home/weltkrie/public_html/vendor/laminas/laminas-mvc/src/Application.php(325): Laminas\EventManager\EventManager->triggerEventUntil()
#21 /home/weltkrie/public_html/index.php(21): Laminas\Mvc\Application->run()
#22 {main}

Can anyone help?
Regards
Felix

This is a problem related to ImageMagick, which is used for creating thumbnails for files you upload.

Probably this problem isn’t specific to File Sideload. Do you have the same problem when manually uploading a file?

You’ll have to do some checking on whether ImageMagick is installed on your server and where it’s located. There are settings for thumbnail generation that allow you to explicitly set the correct location for ImageMagick, as well as switch to other methods for generating thumbnails if necessary.

Hello,
Yes, I also have the same problem when adding files manually.
Any more detailed way to solve the problem?

Regards

I can’t really be more specific than I already was. What you’d have to do depends on your server and what it has installed.