Daniel-KM / Omeka-S-module-Next

Module for Omeka S that brings together various features too small to be a full module; may be integrated in the next release of Omeka S, or not.
Other
3 stars 1 forks source link

Error provocated by the “browse previous/next” feature of the “Next” module #6

Open MrSpitfire06 opened 4 years ago

MrSpitfire06 commented 4 years ago

Hi,

I've got recently a problem with the "Next" module. I can't access to an item page from the admin panel. It shows me this error :

image

It seems like the error comes from the "browse previous/next" feature and Doctrine.

Daniel-KM commented 4 years ago

This issue is a duplicate of #5 . The issue occurs only on mysql (that is deprecated and no more linux distributions use), not mariadb. Currently, the only way to fix it is to remove the use of the feature: add return; line https://github.com/Daniel-KM/Omeka-S-module-Next/blob/master/src/View/Helper/BrowsePreviousNext.php#L53

Daniel-KM commented 4 years ago

I added an option to disable this feature in the last release (3.1.2.29).

MrSpitfire06 commented 4 years ago

Okay thank you very much for your answer ! I'll download the new release.