Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi
Anyone has an idea of why I get this error when I try to login?
I changed nothing in the config, I don't use an LDAP server to login, I don't understand
2021-02-04 13:03:35.666 ** ERROR ** [V9.0.2] ERROR **
2021-02-04 13:03:35.667 ** ERROR ** [V9.0.2] on file 'C:wamp64wwwprojeqtormodelUserMain.php' at line (1373)
2021-02-04 13:03:35.667 ** ERROR ***** [V9.0.2] cause = ldap_bind(): Unable to bind to server: Can't contact LDAP server
Regards
Ed
Possibly someone (you ?) change user information and checked option "comes from ldap" .
To fix it 2 options :
1) Find someone that can connect and update your user to uncheck "comes from ldap"
2) Update in DB : set isLdap=0 for your user. Somethink like
update resource set isLdap=0 where id=[id of your user];
Ok, thanks