ceebster Posted August 4, 2010 Posted August 4, 2010 (edited) Hi Guys Been successful with installing Moodle and server 2008r2 with MSSQL and IIS7. Even though i have correctly configured the PHP.ini file with the extensions - i am still getting the error "Warning: The PHP LDAP module does not seem to be present. Please ensure it is installed and enabled" I have placed the php.ini file in c:\windows - Have i missed anyhting else? Cheers Guys Chris Edited August 4, 2010 by ceebster
kmount Posted August 4, 2010 Posted August 4, 2010 Look inside the php.ini and check ldap isn't commented out. Are you using Apache or IIS?
ceebster Posted August 4, 2010 Author Posted August 4, 2010 Hi kmount Apologies - should of said - IIS7 Chris
kmount Posted August 4, 2010 Posted August 4, 2010 Sorry I don't know much about IIS7 mate. Advice previously issued on here suggests basing it on a WAMP (Windows/Apache/MySQL/PHP) system for flexibility but I am sure there are some users on II7 running it with no problems.
ceebster Posted August 4, 2010 Author Posted August 4, 2010 even for production enviros - thought wamp ( maybe it was xamp) was for testing only? Cheers anyway
sister_annex Posted August 4, 2010 Posted August 4, 2010 xamp is for testing only. we run on a IIS6 with PHP and MSSQL and it runs fine I would agree with kmount check that the ldap extension isn't commented out and/ or even exists If it does not exist you want to first check the php_ldap.dll is in your extensions folder - if it is not check your download is not corrupt as it should be there. If it is there then add extension=php_ldap.dll then save your php.ini and restart iis using iisreset from the commanline
zerofail Posted August 22, 2010 Posted August 22, 2010 Were you ever able to resolve this issue? I have same set up and still see Warning on LDAP settings page. I have php_ldap line on in php onfig and .dll is in php\ext folder.
kmount Posted August 23, 2010 Posted August 23, 2010 Make a new file with the below and browse to it, do you see ldap mentioned anywhere on the page? phpinfo(); ?>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now