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
27 stars 68 forks source link

Table not found if DBAL on T3 v. 8.7 #29

Closed ajikmi closed 6 years ago

ajikmi commented 6 years ago

Hi Xavier,

First of all, thank you for sharing your Ext. It is very powerful. PROBLEM: we have one Configuration DB for multiple Typo3 Instants. The DB connection with DBAL is not working anymore on 8.7. FIX: i did some change on ConfigurationRepository.php File. i replaced the old DB queries with new one. if you are interested to change this in your ext. (i'll be appreciated if you fix it for the next Release or Update). The Fix can be seen here: https://github.com/ajikmi/ldap_sso_auth_dbal/commit/59803122ee6648b19e0e2c053e96ba770acb6885

xperseguers commented 6 years ago

There is already a PR for this topic: https://github.com/xperseguers/t3ext-ig_ldap_sso_auth/pull/10

ajikmi commented 6 years ago

Ah THANK you. i'll check it.