Hello,
we are getting server error 500 when we try to open the item after the full text search.
Looking into the log we find the following:
Error: Call to undefined method Doctrine\ORM\QueryBuilder::createNamedParameter() in /var/www/html/omeka-s/application/Module.php:747
We already tried to use “composer update” but still the problem persists.
It looks like this is an incompatibility between Easy Admin and Omeka S 4.2.0. Easy Admin includes an option in the settings form to display ‘Buttons “Previous/Next”’ and it’s that feature that’s causing the problem. Unchecking that option should resolve the problem, I think.
The incompatibility here can be fixed either in Easy Admin or Omeka S itself. We’re looking at a change on our side to avoid this problem, which would get released in Omeka S 4.2.1. A future updated version of Easy Admin might also fix the problem from its side, but I don’t believe there’s a fix there currently.
Edit: I believe this is fixed on the Easy Admin side in an update to that module. (Though it seems like there may be a different issue with the same feature in the updated version.)