Re: user.log flooding with error message
Michael J Rubinsky <[email protected]> Fri, 31 Mar 2017 03:57:05 +0000
| Newsgroups | gmane.comp.horde.devel |
|---|---|
| Message-ID | <20170331035705.Horde.W8eEYKPcsw9XrA6Jz-ZkDqt@h4.theupstairsroom.com> |
Quoting Hans Dingemans <[email protected]>: > Hi all, > > > First of all big THANKS to all contributing to the great Horde > framework. Using it for years, very happy with it! > > > After the upgrade to the last webmail version (5.2.18) however my > console and user.log got flooded with this message: > > > HORDE: The property _logger does not exist [pid 22472 on line 642 > of "/usr/share/php/Horde/ActiveSync.php"] > > > > When I look at the code: > > > public function __get($property) > { > switch ($property) { > case 'encoder': > case 'decoder': > case 'state': > case 'request': > case 'driver': > case 'provisioning': > case 'multipart': > case 'certPath': > $property = '_' . $property; > return $this->$property; > case 'logger': > return self::$_logger; > case 'device': > return self::$_device; > default: > throw new InvalidArgumentException(sprintf( > 'The property %s does not exist', > $property) > > > .... it seems that this function is called with argument "_logger" > while it should have been "logger"; I can't find where this call is, > though. > > > I could not find anything on the net on this, am I the only one with > this problem (configuration error?) or not (than I will file a bug > report)? https://bugs.horde.org/ticket/14601 It was already fixed, but I neglected to run the new release. Doing that as we speak. > Thanks! > -- > dev mailing list > Frequently Asked Questions: http://wiki.horde.org/FAQ > To unsubscribe, mail: [email protected] -- mike The Horde Project http://www.horde.org https://www.facebook.com/hordeproject https://www.twitter.com/hordeproject -- dev mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
smime.p7s
(application/pkcs7-signature, 3.2 KB) - not displayed