Thomas,
I've enabled some logging, and in errors.log, I'm seeing this:
33:52] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/webmail3/program/steps/settings/save_identity.inc on line 46 33:52] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/webmail3/program/steps/settings/save_identity.inc on line 46 33:52] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/webmail3/program/steps/settings/save_identity.inc on line 46 33:52] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/webmail3/program/steps/settings/save_identity.inc on line 46 33:52] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/webmail3/program/steps/settings/save_identity.inc on line 46 33:52] PHP Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/webmail3/program/steps/settings/save_identity.inc on line 46 33:52] PHP Fatal error: Call to a member function decode_address_list() on a non-object in /var/www/webmail3/program/steps/settings/save_identity.inc on line 77 38:41] PHP Fatal error: Call to a member function decode_address_list() on a non-object in /var/www/webmail3/program/steps/settings/save_identity.inc on line 61 39:14] PHP Fatal error: Call to a member function decode_address_list() on a non-object in /var/www/webmail3/program/steps/settings/save_identity.inc on line 61
Does that help?
// not included in the POST body.
Hmm, a warning to a comment line??
foreach ($IMAP->decode_address_list(rcube_idn_to_ascii($save_data[$item]), null, false) as $rcpt)
$iid = get_input_value('_iid', RCUBE_INPUT_POST);
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
Am 26.04.2012 21:50, schrieb Michael Heydekamp:
Am 26.04.2012 11:20, schrieb Thomas Bruederli:
On Mon, Apr 23, 2012 at 23:59, Michael Heydekamp listuser@freexp.de wrote:
Result still is (right after clicking the Save button): HTTP 500
Are you probably using functions in this patch which are not available in 0.7.2?
Oops, my fault. Please replace
rcube_mime::decode_address_list(...)
with
$IMAP->decode_address_list(...)
for the 0.7 series.
Done, still HTTP 500.
Both patches (the original one and the manually fixed one) attached. Anything wrong with them?
Help appreciated...
Regards to Switzerland,
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany