Ubuntu 14.04 and roundcube
Friday, August 15th, 2014For any of you updating from 12.04 to 14.04 with roundcube and having constant “Error 500” when you log in, you need to enable libcrypt on php5:
add to /etc/php5/apache/php.ini file:
extension=mcrypt.so
or
php5enmod crypt