After updating several modules to the latest ones I came across a bug: I get logged out after editing (or adding) an item. This is really annoying.
The log that I get about this:
Warning: Usage of Laminas\ServiceManager\ServiceManager::getServiceLocator is deprecated since v3.0.0; please use the container passed to the factory instead
in /var/www/vhosts/kubus.frl/omeka.kubus.frl/vendor/laminas/laminas-servicemanager/src/ServiceManager.php on line 214
Can someone stear me in the right direction of a fix? I have a shared hosting, so I’m not able to control everything on my server.
can you try to narrow down the problem by deactivating modules and see if the problem remains? If not, try to reactivate modules one by one to reduce the problem to a single module.
Without a list of modules + version, Omeka S version & PHP version, it’s hard to help.
Thank you for reminding me to deactivate modules (I did try it with a few, but not all). I found out that the issue occurs woth the IIIF server module. If I deactivate it, the problem is solved.
So I just put back the last version of the module that worked.
Thanks so much for the push in the right direction!