On Fri, Apr 27, 2012 at 00:14, Michael Heydekamp listuser@freexp.de wrote:
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 [...] 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?
Yes, that does. Thanks!
Line 46:
// not included in the POST body.
Hmm, a warning to a comment line??
Do you maybe have APC or eAccelerator cache enabled in your PHP installation? The above error indicates that PHP doesn't read the same version of the file you're actually looking at.
~Thomas