Hi all,
My today-'s problem is this one: I rent a SSL certificate and installed it without any problem (I will make a tuto later). Everything is ok, admin panel with https instead of using http url, pma, filemanager except the webmail (roundcube).
When I try to reach the url, I get this message:
Quote:ERROR: Wrong 'suhosin.session.encrypt' option value. Read REQUIREMENTS section in INSTALL file or use Roundcube Installer, please!
Well, I edit the file /etc/php5/conf.d/suhosin.ini and uncomment the line "suhosin.session.encrypt = on" and I edit too /var/www/ispcp/gui/tools/webmail/config/main.inc.php, changing:
Quote:- $rcmail_config['force_https'] = false; (=> true),
- $rcmail_config['use_https'] = false; (=> true)
but the problem is the same...
Any idea (from Spain maybe
)
Damn, problem is solved by editing /etc/php5/conf.d/suhosin.ini and uncommenting line:
Quote:;suhosin.session.encrypt = on
Replace by:
Quote:suhosin.session.encrypt = off