On 10/24/2012 12:55 PM, Simon Loewenthal wrote: > # bin/installto.sh /w3/roundcubemail > ERROR: Wrong 'suhosin.session.encrypt' option value. Read REQUIREMENTS > section in INSTALL file or use Roundcube Installer, please! > > I have this already > # grep suh /etc/php5/apache2/php.ini > [suhosin] > suhosin.session.encrypt = Off
When you run installto.sh script the file from /etc/php5/cli/php.ini (or something like that) is used, because you run PHP in CLI mode. -- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
