xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
GNU General Public License v3.0
30 stars 74 forks source link

Exception after Update php7.4 to php8.2 #203

Closed Padina14 closed 1 month ago

Padina14 commented 8 months ago

After the update from php7.4 to php8.2 I got a exception (see screenshot) I used the dev-master-branch.

The reason. The operator @ won't hide fatal errors in php8+. (https://www.php.net/manual/en/migration80.incompatible.php)

I develop the attached patch. ig_ldap_sso_auth-LdapUtility.patch Bildschirmfoto 2024-03-26 um 14 36 13

xperseguers commented 1 month ago

Thanks for reporting. Problem is fixed in branch feature/TYPO3v12. Further work will be done those days before merging to master and hopefully releasing.