<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>roundcube <span style="font-family:monospace"><span
style="color:#b26818;background-color:#ffffff;">commit
3f8c4680c3033d5e930333bc4276b0c455715b3f</span></span></p>
<p>kolab plugins<span style="font-family:monospace"> </span><span
style="font-family:monospace"><span
style="color:#b26818;background-color:#ffffff;">commit
b06f1e394180f2aa5946b2cd3319a165c3d4da5f</span><br>
</span></p>
<p><span style="font-family:monospace"><br>
</span></p>
<p>After installing and configuring the kolab objects ( contacts,
agenda records ) can be created but not displayed.</p>
<p><span style="color:#000000;background-color:#ffffff;">IN SQL we
have </span><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">2013110400.sql:ALTER
TABLE `kolab_cache_contact` CHANGE `xml` `xml` LONGTEXT NOT
NULL;</span></span></p>
<p>But it seems the field xml is sometime null. This is valid for
all cache tables.</p>
<p>Solved by allowing null like <span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">alter table
kolab_cache_freebusy modify xml longblob null </span></span><span
style="color:#000000;background-color:#ffffff;">for all tables</span><span
style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">.<br>
</span></span></p>
<p><span style="font-family:monospace"><br>
</span></p>
<p>Another old problem in debian is<span
style="font-family:monospace"> </span>the packaged php-sabre is
old and incompatible with modern roundcube libcalendaring plugin.<br>
</p>
<p>I just run composer install in libcalendaring plugin and copied
all content of vendor/sabre/vobject to
/usr/share/php/Sabre/VObject <br>
<span style="font-family:monospace"></span></p>
<p>
Not really elegant but it works<span style="font-family:monospace">.<br>
</span></p>
<p><br>
<span style="font-family:monospace"></span></p>
</body>
</html>