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?

Line 46:
--------
> // not included in the POST body.

Hmm, a warning to a comment line??

Line 61:
--------
>   foreach ($IMAP->decode_address_list(rcube_idn_to_ascii($save_data[$item]), 
> null, false) as $rcpt)

Line 77:
--------
>   $iid = get_input_value('_iid', RCUBE_INPUT_POST);

Comments welcome,
-- 
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 <listu...@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

_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to