biblibre / omeka-s-module-Ldap

Authentication with LDAP for Omeka S
https://omeka.org/s/modules/Ldap/
GNU General Public License v3.0
3 stars 2 forks source link

Issue installing module on Omeka-S 3.2.0 #8

Closed zkapfumvuti closed 2 years ago

zkapfumvuti commented 2 years ago

Hi all,

I'm having an issue with installing the LDAP module on Omeka-S version 3.2.0.

It's on PHP version 8.1 and Ubuntu 18.

Once I complete enabling the module on the backend, when I go to the admin section in Omeka-S and click install, it crashes my entire Omeka-S website.

I get an .500 error page.

jajm commented 2 years ago

I installed a fresh Omeka S 3.2.0 on Debian testing (PHP 8.1), and when enabling Ldap module I also got a 500 error page. But I think it's not related to this module. If I disable it, the problem remains.

I believe Omeka S 3.2.0 is not fully compatible with PHP 8.1, as there was several commits pushed recently in branch develop related to PHP 8.1. And if I switch to the develop branch. There is no problem with the module

zkapfumvuti commented 2 years ago

Ok thanks for troubleshooting, should we rather use PHP 8.0?

jajm commented 2 years ago

Ok thanks for troubleshooting, should we rather use PHP 8.0?

That's what I'd do

zkapfumvuti commented 2 years ago

Ok thanks once again