On 24/10/12 13:22, Simon Loewenthal wrote:
On 24/10/12 13:00, A.L.E.C wrote:
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.


Apologies, but should have mentioned that this was already done: Same problem remains

# grep suh  /etc/php5/cgi/php.ini
[suhosin]
suhosin.session.encrypt = Off

Anyone have another idea? 

There are only two php.ini files on the server.  apache and cli.  Is there somewehere else other than php.ini I should drop this into?

Regards.