Hi Guys,I have searched the forum but cannot find a solution to my issue.I have the following error: Please install or enable the `php-ldap` extension on your web server
Sorry didn't attach the screenshots
This means the php-ldap extension is not enabled or installed. Look for example into your php.ini if this extension is not enabled. To enable it, uncomment the line with the ldap extension and restart your web server..
It wont let me link the image, but if you see this: http://imgur.com/21XN7UlI can't find where to uncomment the extension out, am I in the right location?
You would need to install the php5-imap package either using the command line:sudo apt-get install php5-imapor the package manager. Which ever you are more comfortable with.
It looks like I have already have it:http://imgur.com/WE3NKq7Whats the next step?
If its already installed then it automatically enables itself in your apache/php config... so there wouldn't be a next step.I guess that you could uninstall and reinstall it. Or you can muck around in all the (exaggeration) 50 million config files to make sure that the imap extension is being loaded.I guess you may need to do a "sudo php5enmod imap" followed by a restart of "sudo service apache2 restart"
"sudo php5enmod imap" followed by a restart of "sudo service apache2 restart" fixed my problem, thanks for your help
Very welcome. :)
Is there a way I can mark as Resolved?