Author Topic: install error  (Read 6079 times)

Offline shearer

  • Jr. Member
  • **
  • Posts: 15
install error
« 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 ?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,888
    • SKaero - Custom Roundcube development
Re: install error
« Reply #1 on: May 22, 2013, 12:51:57 PM »
Turn off suhosin.session.encrypt in the php.ini file.

Offline shearer

  • Jr. Member
  • **
  • Posts: 15
Re: install error
« Reply #2 on: May 24, 2013, 03:19:39 AM »
i dont have access to php ini ?

Offline shearer

  • Jr. Member
  • **
  • Posts: 15
Re: install error
« Reply #3 on: May 24, 2013, 03:21:48 AM »
my htaccess file contains php_flag    suhosin.session.encrypt    Off but dosent help.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,888
    • SKaero - Custom Roundcube development
Re: install error
« Reply #4 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:
Code: [Select]
suhosin.session.encrypt Off

Offline jeetje1971

  • Newbie
  • *
  • Posts: 1
Re: install error
« Reply #5 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,888
    • SKaero - Custom Roundcube development
Re: install error
« Reply #6 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.