Hello Alec, I have disabled the iconv using disable_functions in php.ini as you recommended, Roundcube is now working!! Thank you very much for your help.
My next step is to fix this iconv issue in my PHP, since the other site I'm running may use the iconv function. It seems this is a bug (iconv/PHP), described in PHP.net.
regards,
D.
From: A.L.E.C alec@alec.pl To: users@lists.roundcube.net Sent: Wed, October 13, 2010 10:12:07 AM Subject: Re: [RCU] Roundcube/Apache crashing
On 13.10.2010 00:55, El Reggae Dancer wrote:
so, how to disable the iconv support in PHP ?
You could try to disable just 'iconv' function using disable_functions option in php.ini.