Mailing List Archive

Unexpected status 200 while querying principal names
Hello,

I'm new to Caldav, PostgreSQL.

I'm trying to setup Davical 0.9.7.2 on Windows. It took me a long time
to get it up and running because of the many configurations that had to
be done under Windows.

I use it with Xampp (portable).

My client is Mozilla Thunderbird (Windows) with Lighting add-on.

When I try to reload the remote calendar I get some information messages
in the Thunderbird error console:

---
CalDAV: Unexpected status 200 while querying principal namespace
---

Then, at the end of the Apache error log I see this:

---
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
:***************** Response Header ****************
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
headers:-->X-Powered-By: PHP/5.2.8
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
headers:-->Set-Cookie: ZDEDebuggerPresent=php,phtml,php3; path=/
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
headers:-->Server: 0.9
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
headers:-->DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
headers:-->Content-type: text/html
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
:******************** Response ********************
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--><?xml version="1.0" encoding="utf-8" ?>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--><multistatus xmlns="DAV:">
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <response>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <href>/caldav.php/</href>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <propstat>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <prop/>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <status>HTTP/1.1 200 OK</status>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> </propstat>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <propstat>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <prop>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <principal-collection-set/>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> </prop>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> <status>HTTP/1.1 404 Not Found</status>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> </propstat>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--> </response>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:--></multistatus>
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: LOG:
response:-->
[Sun Oct 04 21:37:38 2009] [error] [client 127.0.0.1] davical: ALL:
caldav:Status: 207, Message: <?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:"> <response> <href>/caldav.php/</hr..., User:
1001, Path: /
---

I really don't know what's going wrong now. I don't want to give up now.

Thanks in advance for any hints.
Ruud