We're slowly trying out many of the nifty features of Sugar and especially the Outlook connector which it looks like we're going to buy if we can get this last little piece figured out. Everything else seems to be working just fine, but publishing free/busy data fails with a write error to the URL configured of publishing my calendar (copied from My Account on Sugar as described in the Wiki entry.)
Looking at my apache server logs, I see the following error:
1.2.3.4 - - [11/Jan/2007:13:12:27 -0800] "LOCK /sugar/vcal_server.php/type=vfb%26email=mork%40nanoonanoo.com%26source=ou tlook%26key=orson HTTP/1.1" 403 386
[Thu Jan 11 13:12:27 2007] [error] [client 1.2.3.4] client denied by server configuration: /var/www/html/nanoonanoo.com/sugar/vcal_server.php
Looking in vcal_server.php, there's a bunch of instruction that is essentially what wiki is saying, but then it does
require_once "modules/vCals/HTTP_WebDAV_Server_vCal.php";
$server = new HTTP_WebDAV_Server_vCal();
$server->ServeRequest();
sugar_cleanup();
Looking in HTTP_WebDAV_Server_vCal.php, it talks about WebDAV access to the document root unless otherwise configured, but I don't recall (nor do I seem to find) seeing any documentation about how configure WebDAV (I know how to do it, just now how to make it work) for Sugar. Did I miss it somewhere? This would certainly explain why we're seeing a URL write error.
Bo


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks