IiifServer-3.6.18 error

I updated several modules but I get the following error with IiifServer-3.6.18.
I am running Omeka S 4.x and the other updates worked. I updated Common, Generic, EasyAdmin, and Log. But I get the following error when I click the Update button.

Omeka\Job\Exception\InvalidArgumentException
The job class “IiifServer\Job\CacheManifests” does not exist.

Details:

Omeka\Job\Exception\InvalidArgumentException: The job class “IiifServer\Job\CacheManifests” does not exist. in /var/www/html/modules/Log/src/Job/Dispatcher.php:28
Stack trace:
#0 /var/www/html/modules/IiifServer/data/scripts/upgrade.php(330): Log\Job\Dispatcher->dispatch()
#1 /var/www/html/modules/Common/TraitModule.php(139): require_once(‘…’)
#2 /var/www/html/application/src/Module/Manager.php(304): IiifServer\Module->upgrade()
#3 /var/www/html/application/src/Controller/Admin/ModuleController.php(250): Omeka\Module\Manager->upgrade()
#4 /var/www/html/vendor/laminas/laminas-mvc/src/Controller/AbstractActionController.php(71): Omeka\Controller\Admin\ModuleController->upgradeAction()
#5 /var/www/html/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\Controller\AbstractActionController->onDispatch()
#6 /var/www/html/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners()
#7 /var/www/html/vendor/laminas/laminas-mvc/src/Controller/AbstractController.php(97): Laminas\EventManager\EventManager->triggerEventUntil()
#8 /var/www/html/vendor/laminas/laminas-mvc/src/DispatchListener.php(132): Laminas\Mvc\Controller\AbstractController->dispatch()
#9 /var/www/html/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\DispatchListener->onDispatch()
#10 /var/www/html/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners()
#11 /var/www/html/vendor/laminas/laminas-mvc/src/Application.php(325): Laminas\EventManager\EventManager->triggerEventUntil()
#12 /var/www/html/index.php(21): Laminas\Mvc\Application->run()
#13 {main}

2 Likes

This is fixed in version 3.6.19. Version 3.6.18 required module DerivativeMedia (Omeka S - Derivative Media Optimizer) alongside, but this is no more needed. Version 3.6.19 improved other many points too, in particular performance for big manifests.

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.