mkucej / i-librarian-free

I, Librarian - open-source version of a PDF managing SaaS.
https://i-librarian.net
GNU General Public License v3.0
237 stars 28 forks source link

PHP LDAP extension is not installed #96

Closed StefanvKaene closed 7 months ago

StefanvKaene commented 7 months ago

After upgrading debian to bookworm the login to i-librarian webpage as a ldap user does not work anymore.

It appears a red window with: 500 Internal Server Error, PHP LDAP extension is not installed

On aptitute php-ldap is listed as installed. Could it be because the debian upgrade changed the default php version?

Thank you for any help Stefan

StefanvKaene commented 7 months ago

I could solve the problem: We had to install php8.2-ldap (apt install php8.2-ldap)