I install TYPO3 Extension ‘LDAP / SSO Authentication’ (ig_ldap_sso_auth) with composer but when I go to my front end, select LDAP/SSO from left menu panel, I got this error:
503
Oops, an error occurred!
An exception occurred while executing ‘SELECT FROM “tx_igldapssoauth_config” WHERE (“uid” = ?) AND ((“tx_igldapssoauth_config”.“deleted” = 0) AND (“tx_igldapssoauth_config”.“hidden” = 0))’ with params [0]: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “tx_igldapssoauth_config” does not exist LINE 1: SELECT FROM “tx_igldapssoauth_config” WHERE (“uid” = $1) A… ^
I install this extension with composer command: composer req causal/ig_ldap_sso_auth
Did I miss something? How to resolve this issue? Any assistance would be appreciated.
Hi,
My Typo3 version is 11.5.36.
I install TYPO3 Extension ‘LDAP / SSO Authentication’ (ig_ldap_sso_auth) with composer but when I go to my front end, select LDAP/SSO from left menu panel, I got this error:
503 Oops, an error occurred!
An exception occurred while executing ‘SELECT FROM “tx_igldapssoauth_config” WHERE (“uid” = ?) AND ((“tx_igldapssoauth_config”.“deleted” = 0) AND (“tx_igldapssoauth_config”.“hidden” = 0))’ with params [0]: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “tx_igldapssoauth_config” does not exist LINE 1: SELECT FROM “tx_igldapssoauth_config” WHERE (“uid” = $1) A… ^
I install this extension with composer command: composer req causal/ig_ldap_sso_auth
Did I miss something? How to resolve this issue? Any assistance would be appreciated.
Thanks.