Can anyone help with this little issue. I need to create an LDAP encryption key as we are using LDAP authentication for our users and I need the encryption key so that some users can use the Outlook plugin. Problem is the suitecrm admin page is complaining that its missing the php_mcrypt.dll. I’m using php7 on IIS and when I run phpinfo I can see that the mcrypt libraries are loaded and enabled. mcrypt was built into php from version 5.x.x (not sure which version it was) so there is no dll to add into the php.ini anymore. How can I get this to work in suitecrm? Any ideas?
I’m having the same issue in a LAMP environment. Page declares: “The php_mcrypt extension must be enabled in your php.ini file.”
Yet it ABSOLUTELY is installed and enabled.
What’s the trick here to get this working?
I saw another thread that suggests changing references to mcrypt_cbc to mcrypt_encrypt and mcrypt_decrypt, but is that REALLY what people will have to do? This is due to a deprecation within PHP7, yet PHP7 is supposedly “supported”.
If this is the problem - PHP7 doesn’t sound like it should be supported?