Re: [Kolab-devel] Unable to access CalDAV/CardDAV
Henning <[email protected]>
| Newsgroups | gmane.comp.kde.kolab.user,gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <[email protected]> |
Hi, unfortunately this does only show the http-payload: Me sending a request, server throwing an exception. Nothing new there. I think we would have iRony to output debug information to get a clue why you can list DAV-objects, but accessing causes a "NotFound". Could this be an IMAP-error? I also posted a question on the sabre-DAV discussions list: https://groups.google.com/forum/#!topic/sabredav-discuss/OR_S6mk-Jpw Best Henning Am 28.07.2014 13:42, schrieb Torsten Grote: > On Monday 28 July 2014 11:24:57 Henning wrote: >> >How do I debug iRony? > $config['kolabdav_console'] = true; > > => /var/log/iRony/console > > $config['kolabdav_user_debug'] = true; > > => enable per-user debugging if/var/log/iRony/<username>/ folder exists > > $config['kolabdav_http_log'] = 4; > > => enables logging of full HTTP payload > > Kind Regards, > Torsten