Hejsa

Jeg har vil gerne installere roundcube på mit webhotel men får en fejl på:
suhosin.session.encrypt: NOT OK (is '1', should be '0')
Har prøvet dette:
Create a file and name it php.ini and put it in the directory where you wish to install roundcube webmail client, example root directory of mail.yourdomain.tld and write the following in it:
display_errors = Off
log_errors = On
error_log = logs/errors
suhosin.session.encrypt = Off
Now open your .htaccess file in the root directory.
and add the following to it:
suPHP_ConfigPath /path/to/new/php.ini/file/in/root/directory
Men det resultere i en 500 Server error..
Nogen forslag til hvordan jeg kan slå suhosin fra ?
Med Venlig hilsen
-XenoBIT78