<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div style="-webkit-text-size-adjust: auto;">There roundcubemail-plugins-kolab include an outdated mysql initial file.</div><div style="-webkit-text-size-adjust: auto;"><br></div><div style="-webkit-text-size-adjust: auto;">Please update your SQL schema manually then the kolab cache and also roundcube and irony will work. It's reported and fixed here:</div><div style="-webkit-text-size-adjust: auto;"><br></div><div><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"><a href="https://issues.kolab.org/show_bug.cgi?id=2867" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="0">https://issues.kolab.org/show_bug.cgi?id=2867</a><br><br>there's also an easy way via the cli to update the sql schemata<br><br>cd /usr/share/roundcubemail/<br>bin/updatedb.sh --dir plugins/libkolab/SQL --package libkolab</span><br><br><span style="-webkit-text-size-adjust: auto;">-- </span><div style="-webkit-text-size-adjust: auto;">mfg</div><div style="-webkit-text-size-adjust: auto;">Daniel Hoffend</div><div style="-webkit-text-size-adjust: auto;">Von meinem iPhone gesendet</div></div><div style="-webkit-text-size-adjust: auto;"><br>Am 20.02.2014 um 21:20 schrieb Christian Hügel <<a href="mailto:christian.huegel@stonebyte.de">christian.huegel@stonebyte.de</a>>:<br><br></div><blockquote type="cite" style="-webkit-text-size-adjust: auto;"><div><span>Hi,</span><br><span></span><br><span>there seems to be an issue with carddav in kolab 3.2.</span><br><span></span><br><span>I have changed the iRony uri in dav.inc.php to /sync/</span><br><span>$config['base_uri'] = '/sync/';</span><br><span></span><br><span>then changed the http files to match the url:</span><br><span></span><br><span></span><br><span>alias /sync   /usr/share/iRony/public_html</span><br><span></span><br><span><Directory "/usr/share/iRony/public_html/"></span><br><span>    AllowOverride All</span><br><span>SetEnv DAVBROWSER 1/</span><br><span>    <IfModule mod_authz_core.c></span><br><span>        # Apache 2.4</span><br><span>        Require all granted</span><br><span>    </IfModule></span><br><span>    <IfModule !mod_authz_core.c></span><br><span>        # Apache 2.2</span><br><span>        Order Allow,Deny</span><br><span>        Allow from All</span><br><span>    </IfModule></span><br><span></span><br><span>    RewriteEngine On</span><br><span>    RewriteBase /sync/</span><br><span>    RewriteRule ^\.well-known/caldav   / [R,L]</span><br><span>    RewriteRule ^\.well-known/carddav  / [R,L]</span><br><span></span><br><span>    RewriteCond  %{REQUEST_FILENAME}  !-f</span><br><span>    RewriteCond  %{REQUEST_FILENAME}  !-d</span><br><span>    RewriteRule  (.*)                 index.php  [qsappend,last]</span><br><span></span><br><span></Directory></span><br><span></span><br><span></span><br><span>then changed following lines in /etc/roundcubemail/config.inc.php</span><br><span></span><br><span>$config['calendar_caldav_url']             = "<a href="https://mydomain.de/sync/calendars/%u/%i">https://mydomain.de/sync/calendars/%u/%i</a>";</span><br><span>$config['kolab_addressbook_carddav_url']   = '<a href="https://mydomain/sync/addressbooks/%u/%i'">https://mydomain/sync/addressbooks/%u/%i'</a>;</span><br><span></span><br><span>Now, when I import some contacts these do not show up. neither when browsing the dav directory</span><br><span>But in thunderbird folder Kontakte I can see all previously imported contacts.</span><br><span></span><br><span>Does anybody has a hint how to fix this?</span><br><span></span><br><span>Thank you.</span><br><span></span><br><span>Christian</span><br><span>_______________________________________________</span><br><span>users mailing list</span><br><span><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a></span><br><span><a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></span><br></div></blockquote></body></html>