Re: Fwd: lightning vs kronolith

Jan Schneider <[email protected]>
Newsgroups gmane.comp.horde.kronolith
Message-ID <[email protected]>
Zitat von marco perugini <[email protected]>:

> On 23/10/2014 13:57, marco perugini wrote:
>> On 23/10/2014 13:10, Jan Schneider wrote:
>>>
>>> Zitat von marco perugini <[email protected]>:
>>>
>>>> On 23/10/2014 12:18, Jan Schneider wrote:
>>>>> Please don't top-post.
>>>>>
>>>>> Zitat von marco perugini <[email protected]>:
>>>>>
>>>>>> On 23/10/2014 11:53, Jan Schneider wrote:
>>>>>>>
>>>>>>> Zitat von marco perugini <[email protected]>:
>>>>>>>
>>>>>>>> hi all! this is my scenario:
>>>>>>>>
>>>>>>>> client os - linux mint 16
>>>>>>>> server os - scientific linux 6.5
>>>>>>>> tb - thunderbird 24.6.0
>>>>>>>> cal - lightning 2.6.6
>>>>>>>> webm - horde groupware webmail edition 5.2.2
>>>>>>>> webc - kronolith 4.2.2
>>>>>>>> dav - horde_dav 1.1.0
>>>>>>>> httpd - httpd-2.2.15-31.sl6.x86_64
>>>>>>>>
>>>>>>>> I'm focusing on remotely managing horde calendars from TB/lightning
>>>>>>>> via calDAV, I followed the instructions provided @
>>>>>>>> http://wiki.horde.org/KronolithSunbird
>>>>>>>>
>>>>>>>> when I create and share a calendar from my own account I can add
>>>>>>>> it in
>>>>>>>> lightning without any problem [I can add/modify/delete events,
>>>>>>>> dismiss
>>>>>>>> reminders, ...]. success log is linked from
>>>>>>>> https://www.dropbox.com/s/z0ifgukxfkraxhb/good_boot_my_cal.log?dl=0
>>>>>>>>
>>>>>>>> the problem is when I try to add another user's shared calendar, I
>>>>>>>> get
>>>>>>>> the error linked from
>>>>>>>> https://www.dropbox.com/s/nub31sxthiriqna/TB%20lightning%20rem%20cal%20error.png?dl=0
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> and I can't do anything while horde.log give me "EMERG: HORDE
>>>>>>>> [kronolith] Call to a member function toHash() on a non-object [pid
>>>>>>>> 4825 on line 686 of
>>>>>>>> "/var/www/html/webmail/kronolith/lib/Application.php"]"
>>>>>>>>
>>>>>>>> I've double checked every available permission on this calendar
>>>>>>>> for my
>>>>>>>> account; I provided for the web server log
>>>>>>>> [https://www.dropbox.com/s/y01nawg1f816k3o/ssl_access.log?dl=0] and
>>>>>>>> thunderbird console output
>>>>>>>> [https://www.dropbox.com/s/ry8zcnfcomxwq6y/bad_boot_other_cal.log?dl=0]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> in the last month the issue drove me crazy, I'm not even sure
>>>>>>>> this is
>>>>>>>> all about horde/kronolith bug, maybe ticket #12380? btw it doesn't
>>>>>>>> seem to be thunderbird issue, I'm really running out of ideas
>>>>>>>> here...
>>>>>>>>
>>>>>>>> can someone help me?
>>>>>>>> thanks+regards
>>>>>>>
>>>>>>> This has already been fixed in Kronolith 4.2.2, but you still use
>>>>>>> broken
>>>>>>> share URLs from older versions.
>>>>>>>
>>>>>> thank you for your feedback Jan!
>>>>>>
>>>>>> where I can find fixed share URLs of this version? isn't it the
>>>>>> "CalDAV Subscription URL" that i can see in "Subscription" tab of the
>>>>>> "edit calendar" popup?
>>>>>
>>>>> Yes, exactly.
>>>>>
>>>>
>>>> actually I'm using that URL, something like
>>>> https://my.mail.server/webmail/rpc.php/calendars/user.account/calendar:kl3OSYgv4xQAFvfIVt6mMQ3/.
>>>>
>>>> it still generates error in my case...
>>>
>>> Is "user.account" the current user or the owner of the calendar?
>>>
>> "user.account" I used in the previous example is the owner of the
>> calendar, not me adding his calendar; maybe I should have written
>> "other.account".
>>
>> in fact in the httpd log
>> [https://www.dropbox.com/s/y01nawg1f816k3o/ssl_access.log?dl=0]
>> user.account is me while other.account is a user who created a calendar
>> and shared it with me.
>
>
> Hi list,
>
> I recently updated all modules of webmail server, this is my actual scenario:
>
> - client side -
> client os - linux mint 16
> tb - thunderbird 24.6.0
> cal - lightning 2.6.6
>
> - server side -
> server os - scientific linux 6.6
> webm - horde groupware webmail edition 5.2.4
> webc - kronolith 4.2.4
> dav - horde_dav 1.1.2
> httpd - httpd-2.2.15-39.sl6.x86_64
>
> I'm getting same problem as always using lightning@thunderbird, I  
> can't join shared calendars via caldav [maybe ticket #12380?]. below  
> you have client side errors [thunderbird error console]:
>
> -----------------------------------------------------------------------
> CalDAV: send: <?xml version="1.0" encoding="UTF-8"?>
> <D:propfind xmlns:D="DAV:" xmlns:CS="http://calendarserver.org/ns/"  
> xmlns:C="urn:ietf:params:xml:ns:caldav"><D:prop><D:resourcetype/><D:owner/><D:current-user-principal/><D:supported-report-set/><C:supported-calendar-component-set/><CS:getctag/></D:prop></D:propfind>
>
> CalDAV: Status 200 on initial PROPFIND for calendar test
>
> CalDAV: Authentication scheme for test is Basic
>
> CalDAV: Failed to determine resource type fortest
>
> [JavaScript Warning: "There has been an error reading data for  
> calendar: test.  However, this error is believed to be minor, so the  
> program will attempt to continue. Error code: DAV_NOT_DAV.  
> Description: The resource at  
> https://webmail.server.addr/webmail/rpc.php/calendars/test.user/calendar~zvAPf_DhxPQbK7y8JVoFuA1/ is either not a DAV collection or not  
> available"]
>
> [JavaScript Warning: "There has been an error reading data for  
> calendar: test.  However, this error is believed to be minor, so the  
> program will attempt to continue. Error code: READ_FAILED.  
> Description: "]
> -----------------------------------------------------------------------
>
> I've no more errors in server logs [horde.log or ssl_error_log],  
> just this entry in ssl_access_log:
>
> my.ip.addr - my.user [11/Dec/2014:18:17:19 +0100] "PROPFIND  
> /webmail/rpc.php/calendars/test.user/calendar~zvAPf_DhxPQbK7y8JVoFuA1/  
> HTTP/1.1" 200 14941560
>
> are your lightning working well? have you any ideas? could it be  
> something about kronolith configuration?
>
> regards,
> marco
> -- 
> kronolith mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: [email protected]

What happens if you access this URL with your browser?

-- 
Jan Schneider
The Horde Project
http://www.horde.org/
https://www.facebook.com/hordeproject

-- 
kronolith mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.