Hi, I've migrated my osTicket v 1.9.4 from linux to windows.
All works but the LDAP auth plugin, when i try to login, it returns a blank page.. any idea?

Buongiorno, ho migrato il mio osTicket v 1.9.4 da un server linux ad uno windows.
Sembra funzionare tutto tranne il plugin per l'authenticazione tramite LDAP.
Dopo la login mi restituisce una pagina bianca.
Qualche idea?

1.9 is no longer supported.

Did you copy the plugin from your installation over to the new instance?
Version of PHP?
A blank white page usually indicates a PHP error. Please consult your PHP error logs for the error and post it here.

Yes I've copied all the files from my previous installation, i've not done any new installation.
The error is:

Fatal error: Call to a member function bind() on null in phar://************************/include/plugins/auth-ldap.phar/authentication.php on line 220

In line 220 There is a call to the bind method:

$r = $c->bind($dn, $password);

$c should be $c = $this->getConnection(); but this returns NULL.

PHP 5.6
please, can you help me?

Have you tried re-entering your password on the authentication::ldap plugin config page?

Did you copy your php.ini from the old server to the new one?

Write a Reply...