Author Topic: PHP Error  (Read 9611 times)

Offline Anubis153

  • Newbie
  • *
  • Posts: 1
PHP Error
« on: April 16, 2013, 04:24:47 PM »
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

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Re: PHP Error
« Reply #1 on: April 16, 2013, 09:00:49 PM »
Hi!

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


Gruss.

Offline mbsouth

  • Full Member
  • ***
  • Posts: 71
Re: PHP Error
« Reply #2 on: April 17, 2013, 06:15:46 AM »
Beachte die REQUIREMENTS in "INSTALL" ab Zeile 25.
Eventuell wird deine ".htaccess" nicht ausgewertet (Apache VHOST Einstellung - "AllowOverride All") .

Jm2c mbsouth

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Re: PHP Error
« Reply #3 on: April 17, 2013, 05:13:25 PM »
Und, das PHP-Suhosin-Plugin solltest Du noch mal überprüfen.
Es kann sein, dass das nicht nur an dieser Stelle Probleme bereitet.


Gruss.

Offline mbsouth

  • Full Member
  • ***
  • Posts: 71
Re: PHP Error
« Reply #4 on: April 21, 2013, 07:47:02 AM »
Hatte heute eine ähnliche Situation auf einem Debian 6 System mit suExec und FCGID.

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

Code: [Select]
...
;suhosin.session.encrypt = on
...

ändern in

Code: [Select]
...
suhosin.session.encrypt = off
...