Plugin "Easy Admin"

Hi at all,

I tried to use the “Index full-text search (core job)” function, but at some point I get this error message:

Omeka\Api\Exception\OperationNotImplementedException: The Omeka\Api\Adapter\ValueAnnotationAdapter adapter does not implement the search operation. in /srv/http/omeka-s-4.0.0/application/src/Api/Adapter/AbstractAdapter.php:38
Stack trace:
#0 /srv/http/omeka-s-4.0.0/application/src/Api/Adapter/ValueAnnotationAdapter.php(27): Omeka\Api\Adapter\AbstractAdapter->search()
#1 /srv/http/omeka-s-4.0.0/application/src/Api/Manager.php(221): Omeka\Api\Adapter\ValueAnnotationAdapter->search()
#2 /srv/http/omeka-s-4.0.0/application/src/Api/Manager.php(59): Omeka\Api\Manager->execute()
#3 /srv/http/omeka-s-4.0.0/modules/AdvancedSearch/src/Api/ManagerDelegator.php(131): Omeka\Api\Manager->search()
#4 /srv/http/omeka-s-4.0.0/application/src/Job/IndexFulltextSearch.php(26): AdvancedSearch\Api\ManagerDelegator->search()
#5 /srv/http/omeka-s-4.0.0/application/src/Job/DispatchStrategy/Synchronous.php(34): Omeka\Job\IndexFulltextSearch->perform()
#6 /srv/http/omeka-s-4.0.0/modules/Log/src/Job/Dispatcher.php(32): Omeka\Job\DispatchStrategy\Synchronous->send()
#7 /srv/http/omeka-s-4.0.0/application/data/scripts/perform-job.php(66): Log\Job\Dispatcher->send()
#8 {main}

Angelo

This feature just launch a core job, so it is not related to the module. Can you try to launch it from the main settings ?

I try from the main settings with two messages:

Omeka\Api\Exception\OperationNotImplementedException: The Omeka\Api\Adapter\ValueAnnotationAdapter adapter does not implement the search operation. in /srv/http/omeka-s-4.0.0/application/src/Api/Adapter/AbstractAdapter.php:38
Stack trace:
#0 /srv/http/omeka-s-4.0.0/application/src/Api/Adapter/ValueAnnotationAdapter.php(27): Omeka\Api\Adapter\AbstractAdapter->search()
#1 /srv/http/omeka-s-4.0.0/application/src/Api/Manager.php(221): Omeka\Api\Adapter\ValueAnnotationAdapter->search()
#2 /srv/http/omeka-s-4.0.0/application/src/Api/Manager.php(59): Omeka\Api\Manager->execute()
#3 /srv/http/omeka-s-4.0.0/application/src/Job/IndexFulltextSearch.php(26): Omeka\Api\Manager->search()
#4 /srv/http/omeka-s-4.0.0/application/src/Job/DispatchStrategy/Synchronous.php(34): Omeka\Job\IndexFulltextSearch->perform()
#5 /srv/http/omeka-s-4.0.0/modules/Log/src/Job/Dispatcher.php(32): Omeka\Job\DispatchStrategy\Synchronous->send()
#6 /srv/http/omeka-s-4.0.0/application/data/scripts/perform-job.php(66): Log\Job\Dispatcher->send()
#7 {main}

and after:
Warning: getopt(): Passing null to parameter #1 ($short_options) of type string is deprecated in /srv/http/omeka-s-4.0.0/application/data/scripts/perform-job.php on line 14

These are both issues that were fixed with Omeka S version 4.0.1.

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