Roundcube Community Forum

Release Support => Pending Issues => Topic started by: DnD on July 24, 2009, 03:17:08 PM

Title: [0.2.2] mcrypt
Post by: DnD on July 24, 2009, 03:17:08 PM
hi..

my error.log shows:
[24-Jul-2009 21:02:50] PHP Warning:  mcrypt_module_open() [function.mcrypt-module-open]: Could not open encryption module in ../program/include/rcmail.php on line 895

but mcrypt is installed and installer lists mcrypt as OK

any ideas ?

infos:
PHP Version 5.2.9
php5_mcrypt CSWphp5mcrypt 5.2.4
mcrypt_enc_self_test with TripleDES show false so it work

happens when i connect to dovecot imaps, login work but always this error
Title: [0.2.2] mcrypt
Post by: JohnDoh on July 26, 2009, 04:50:59 AM
The installer doesn't check if the extension is working just that it is installed. Try making a little test script on a seperate page just to confirm if mcrypt is actually working, may be you need to reinstall the extension.
Title: [0.2.2] mcrypt
Post by: DnD on July 26, 2009, 09:20:12 AM
Quote from: DnD;20263mcrypt_enc_self_test with TripleDES show false so it work

did that and it work