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 62 forks source link

LDAP extension gives 503 error #205

Closed saifulislam82 closed 1 month ago

saifulislam82 commented 2 months ago

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.

saifulislam82 commented 1 month ago

The issue is resolved. I missed this command which takes care of executing additional installation procedures.

./vendor/bin/typo3 extension:setup