Quote:
Originally Posted by gabbs
I'm currently having some problems getting this plugin to work as well - after logging in I only get to see an empty screen (...login.php?do=login)
If anyone has some advice or if anyone experienced this problem as well, please let me know...
Thanks in advance!
|
A blank page usually indicates a PHP error. You will want to double check your work and look in the Apache error_log for a clue.
If you are absolutly sure that all the code is correct, then the problem might be that you don't have the LDAP extension in PHP. Check your php.ini file for "extension=php_ldap.dll". If it's not there, you may need to reinstall PHP and include the LDAP extension.