Roundcube Community Forum

Release Support => Release Discussion => Topic started by: shearer on May 22, 2013, 09:49:09 AM

Title: install error
Post by: shearer on May 22, 2013, 09:49:09 AM
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 ?
Title: Re: install error
Post by: SKaero on May 22, 2013, 12:51:57 PM
Turn off suhosin.session.encrypt in the php.ini file.
Title: Re: install error
Post by: shearer on May 24, 2013, 03:19:39 AM
i dont have access to php ini ?
Title: Re: install error
Post by: shearer on May 24, 2013, 03:21:48 AM
my htaccess file contains php_flag    suhosin.session.encrypt    Off but dosent help.
Title: Re: install error
Post by: SKaero on May 24, 2013, 03:34:36 PM
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
Title: Re: install error
Post by: jeetje1971 on June 20, 2013, 03:15:57 AM
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?
Title: Re: install error
Post by: SKaero on June 20, 2013, 08:15:20 AM
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.