clifgriffin / simple-ldap-login

Integrate WordPress logins with LDAP. Simply.
63 stars 56 forks source link

PHP Error #33

Open georgemsaad opened 8 years ago

georgemsaad commented 8 years ago

Hello when I download the plugin I get the following error

Fatal error: Uncaught exception 'adLDAPException' with message 'No LDAP support for PHP. See: http://www.php.net/ldap' in /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-content/plugins/simple-ldap-login/includes/adLDAP.php:338 Stack trace: #0 /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-content/plugins/simple-ldap-login/Simple-LDAP-Login.php(34): adLDAP->__construct(Array) #1 /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-content/plugins/simple-ldap-login/Simple-LDAP-Login.php(61): SimpleLDAPLogin->__construct() #2 /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-content/plugins/simple-ldap-login/Simple-LDAP-Login.php(563): SimpleLDAPLogin::getInstance() #3 /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-admin/includes/plugin.php(1934): include('/home/content/p...') #4 /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-admin/plugins.php(164): plugin_sandbox_scrape('simple-ldap-log...') #5 {main} thrown in /home/content/p3pnexwpnas13_data01/10/3032010/html/wp-content/plugins/simple-ldap-login/includes/adLDAP.php on line 338

tmertz commented 8 years ago

Remember to run "apt-get install php-ldap" for your server.

jpuck commented 7 years ago

having php-ldap installed on the server needs to be documented in the requirements/installation instructions