Hey
when i try to install a new fresh 9.01 i get this error.
ERROR: Wrong 'suhosin.session.encrypt' option value and it wasn't possible to set it to required value (0). Check your PHP configuration (including php_admin_flag).
what to do ?
Turn off suhosin.session.encrypt in the php.ini file.
i dont have access to php ini ?
my htaccess file contains php_flag suhosin.session.encrypt Off but dosent help.
Depending on your hosting setup you maybe able to create a php.ini in the mail RoundCube folder and in the installation folder with the following:
suhosin.session.encrypt Off
why is it needed to turn this of? (encryption is not so bad i guess)
i tried to install in webspace at my provider and do not have access to php.ini ...
is there another way to resolve this issue?
RoundCube uses a custom session handler that doesn't work with the suhosin.session.encrypt which is based on the standard session handler. You'll need to ask your host if they can turn it off for you.