Roundcube Community Forum

 

PHP Error

Started by Anubis153, April 16, 2013, 04:24:47 PM

Previous topic - Next topic

Anubis153

Hallo Leute,

hab heute versucht Roundcube zu installieren.

bekomme beim aufrufen aber diesen Fehler:

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).

Wie kann ich ihn beheben?

LG Till

oldschool

Hi!

"Check your PHP configuration file", sacht doch eigentlich alles, oder?
;)


Gruss.

mbsouth

Beachte die REQUIREMENTS in "INSTALL" ab Zeile 25.
Eventuell wird deine ".htaccess" nicht ausgewertet (Apache VHOST Einstellung - "AllowOverride All") .

Jm2c mbsouth

oldschool

Und, das PHP-Suhosin-Plugin solltest Du noch mal überprüfen.
Es kann sein, dass das nicht nur an dieser Stelle Probleme bereitet.


Gruss.

mbsouth

Hatte heute eine ähnliche Situation auf einem Debian 6 System mit suExec und FCGID.

Lösung:
/etc/php5/config.d/suhoshin.ini


...
;suhosin.session.encrypt = on
...


ändern in


...
suhosin.session.encrypt = off
...