[Kolab-devel] [issue3037] Free/Busy List interaction for Horde broken
Albrecht Dreß
kolab-issues at intevation.de
Mon Sep 15 11:45:15 CEST 2008
New submission from Albrecht Dreß <albrecht.dress at lios-tech.com>:
Symptoms:
The Free/Busy feature doesn't work if I create new users and *exclusively* use
Horde for appointments (neither Kontact nor Lookout through a connector).
Specifically, for the /inviting/ user, the free/busy lists are displayed, but
for everyone /being invited/, the GUI simply says "not available" although the
user *has* other appointments during this period.
The Apache log file says that the trigger is not available (HTTP 404 error):
kolab.my-domain.com - - [11/Sep/2008:15:12:35 +0200] "GET
/freebusy/trigger/test2 at my-domain.com/Kalender.xpfb HTTP/1.1" 404 386
The reason for this might be that the Apache config doesn't contain a rule for
xpfb files:
<snip>
RewriteRule ^/freebusy/trigger/(.+)\.pfb
%{DOCUMENT_ROOT}/freebusy/pfb.php?folder=$1&cache=0
RewriteRule ^/freebusy/(.+)\.pfb %{DOCUMENT_ROOT}/freebusy/pfb.php?folder=$1&cache=1
RewriteRule ^/freebusy/(.+)\.pxfb
%{DOCUMENT_ROOT}/freebusy/pfb.php?folder=$1&cache=1&extended=1
</snip>
However, pxfb files are covered...
----------
messages: 16632
nosy: albrecht.dress
priority: urgent
status: unread
title: Free/Busy List interaction for Horde broken
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3037>
___________________________________________________
More information about the devel
mailing list