Kolab 3.2 carddav issue
Daniel Hoffend
dh at dotlan.net
Thu Feb 20 21:41:02 CET 2014
There roundcubemail-plugins-kolab include an outdated mysql initial file.
Please update your SQL schema manually then the kolab cache and also roundcube and irony will work. It's reported and fixed here:
https://issues.kolab.org/show_bug.cgi?id=2867
there's also an easy way via the cli to update the sql schemata
cd /usr/share/roundcubemail/
bin/updatedb.sh --dir plugins/libkolab/SQL --package libkolab
--
mfg
Daniel Hoffend
Von meinem iPhone gesendet
> Am 20.02.2014 um 21:20 schrieb Christian Hügel <christian.huegel at stonebyte.de>:
>
> Hi,
>
> there seems to be an issue with carddav in kolab 3.2.
>
> I have changed the iRony uri in dav.inc.php to /sync/
> $config['base_uri'] = '/sync/';
>
> then changed the http files to match the url:
>
>
> alias /sync /usr/share/iRony/public_html
>
> <Directory "/usr/share/iRony/public_html/">
> AllowOverride All
> SetEnv DAVBROWSER 1/
> <IfModule mod_authz_core.c>
> # Apache 2.4
> Require all granted
> </IfModule>
> <IfModule !mod_authz_core.c>
> # Apache 2.2
> Order Allow,Deny
> Allow from All
> </IfModule>
>
> RewriteEngine On
> RewriteBase /sync/
> RewriteRule ^\.well-known/caldav / [R,L]
> RewriteRule ^\.well-known/carddav / [R,L]
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule (.*) index.php [qsappend,last]
>
> </Directory>
>
>
> then changed following lines in /etc/roundcubemail/config.inc.php
>
> $config['calendar_caldav_url'] = "https://mydomain.de/sync/calendars/%u/%i";
> $config['kolab_addressbook_carddav_url'] = 'https://mydomain/sync/addressbooks/%u/%i';
>
> Now, when I import some contacts these do not show up. neither when browsing the dav directory
> But in thunderbird folder Kontakte I can see all previously imported contacts.
>
> Does anybody has a hint how to fix this?
>
> Thank you.
>
> Christian
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20140220/d7646e6e/attachment.html>
More information about the users
mailing list