[dev] user.log flooding with error message

Michael J Rubinsky mrubinsk at horde.org
Fri Mar 31 03:57:05 UTC 2017


Quoting Hans Dingemans <spaarder at hotmail.nl>:

> 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: dev-unsubscribe at lists.horde.org



-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3282 bytes
Desc: S/MIME Signature
URL: <https://lists.horde.org/archives/dev/attachments/20170331/edb53e00/attachment.bin>


More information about the dev mailing list