[horde] imap_cilent error after pear update

Erling Preben Hansen erling at eph.dk
Fri Jul 4 12:04:59 UTC 2014


  Citat af erling at eph.dk:

> Den 03-07-2014 23:49, erling at eph.dk skrev:
>> Den 03-07-2014 23:46, Michael M Slusarz skrev:
>>> Quoting erling at eph.dk:
>>>
>>>> Den 03-07-2014 22:34, Michael M Slusarz skrev:
>>>>> Quoting erling at eph.dk:
>>>>>
>>>>>> Hey
>>>>>> Can some one point me in the right direction please?
>>>>>>
>>>>>> I did a pear update very late yesterday.
>>>>>> Now I have this eror in my php.log
>>>>>>
>>>>>> [03-Jul-2014 09:35:49 UTC] PHP Fatal error:  Class
>>>>>> 'Horde_Imap_Client_Namespace_List' not found in
>>>>>> /usr/share/php/Horde/Imap/Client/Socket.p
>>>>>> hp on line 329
>>>>>
>>>>> You either have a stale autoloader cache, or the package was not
>>>>> correctly installed.  Reinstall with pear using the force (-f) flag.
>>>>>
>>>>> michael
>>>>>
>>>>> ___________________________________
>>>>> Michael Slusarz [slusarz at horde.org]
>>>>
>>>> i did as you said
>>>> reinstalled imap_client with (-f --alldeps) just to be sure.
>>>> rebooted and checked apc  cache is alive.
>>>>
>>>> the error are still there in php.log
>>>> a login via webmail generates these in syslog:
>>>> snip-----
>>>> Jul  3 23:24:46 server HORDE: [horde] Login success for user at eph.dk
>>>> [my.ip] to horde. [pid 6466 on line 150 of "/var/www/horde/login.php"]
>>>> Jul  3 23:24:46 server imapd: Connection, ip=[::ffff:127.0.0.1]
>>>> Jul  3 23:24:46 server imapd: LOGIN, user=user at eph.dk,
>>>> ip=[::ffff:127.0.0.1], port=[35569], protocol=IMAP
>>>> Jul  3 23:24:46 server imapd: LOGOUT, user=user at eph.dk,
>>>> ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=37, sent=324, time=0
>>>> Jul  3 23:24:46 server HORDE: [imp] PHP ERROR: Undefined index: 3
>>>> [pid 6466 on line 110 of
>>>> "/usr/share/php/Horde/Imap/Client/Interaction/Pipeline.php"]
>>>> ----snip
>>>
>>> That's an entirely different error.  Open a bug report and post a full
>>> IMAP debug log in that ticket.
>>>
>>> michael
>>>
>>> ___________________________________
>>> Michael Slusarz [slusarz at horde.org]
>>
>> will do that first thing in the morning.
>> Thanks
>> /erling
>
> I finally got time to put it together.
> ticket ID is 13318.
> /erling
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/To unsubscribe, mail:
> horde-unsubscribe at lists.horde.org

Got it!
Directory.
/usr/share/php/Horde/Imap/Client/Namespace was installed with wrong
permissions.

The webserver could not access it.
in my /usr/share/php/Horde All directories has root:root 755 ( BTW: not a
wice security setup).
but Namespace had 750 so webserver as others could not open Namespace.

/erling


More information about the horde mailing list