On Wed, 2012-10-24 at 16:06 +0200, Simon Loewenthal wrote:
On 24/10/12 13:22, Simon Loewenthal wrote:
On 24/10/12 13:00, A.L.E.C wrote:
On 10/24/2012 12:55 PM, Simon Loewenthal wrote:
# bin/installto.sh /w3/roundcubemail ERROR: Wrong 'suhosin.session.encrypt' option value. Read REQUIREMENTS section in INSTALL file or use Roundcube Installer, please!
I have this already # grep suh /etc/php5/apache2/php.ini [suhosin] suhosin.session.encrypt = Off
When you run installto.sh script the file from /etc/php5/cli/php.ini (or something like that) is used, because you run PHP in CLI mode.
Apologies, but should have mentioned that this was already done: Same problem remains
# grep suh /etc/php5/cgi/php.ini [suhosin] suhosin.session.encrypt = Off
Anyone have another idea?
There are only two php.ini files on the server. apache and cli. Is there somewehere else other than php.ini I should drop this into?
Regards.
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
This is a flaw in roundcube install script that has been mentioned before, I hoped it would have been resolved in .8 but I guess not
I think I just commented out the suhosin check in installer/check.php but you may need to comment it out somewhere else too, in the installer script maybe....