I have installed Kolab on Debian 11 with the new repository :
deb [trusted=yes] https://mirror.apheleia-it.ch/repos/Kolab:/16/Debian_11.0/ ./
The product seems to work but I have a problem with php-kolabformat :
ii php-kolabformat 1.3.0-0~kolab2 amd64 PHP bindings for Kolab Format 3.0 XML parsing
ii python3-kolabformat 1.3.0-0~kolab2 amd64 Python 3 bindings for Kolab Format 3.0 XML parsing
ii libkolabxml1v5 1.3.0-0~kolab2 amd64 Libkolabxml is the reference implementation of the Kolab XML format
Here is one of the php errors extracted from the roundcube logs:
11-Aug-2023 19:01:16 Europe/Paris] PHP Fatal error: Uncaught Error: Call to undefined method SWIG\_p_Kolab__cDateTime::isValid() in /usr/share/roundcubemail/plugins/libkolab/lib/kolab_format.php:279
Stack trace:#0 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_format.php(594): kolab_format::php_datetime(Object(SWIG\_p_Kolab__cDateTime))
#1 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_format_xcal.php(110): kolab_format->to_array(Array)
#2 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_format_event.php(157): kolab_format_xcal->to_array(Array)
#3 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_storage_folder.php(564): kolab_format_event->to_array(Array)
#4 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_storage_cache.php(411): kolab_storage_folder->read_object('20')
#5 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_storage_cache.php(269): kolab_storage_cache->synchronize_fetch(Array, Array, Array)
#6 /usr/share/roundcubemail/plugins/libkolab/lib/kolab_storage_cache.php(210): kolab_storage_cache->synchronize_full()
#7 /usr/share/roun in /usr/share/roundcubemail/plugins/libkolab/lib/kolab_format.php on line 279
I searched the web and came across post T7109 on git.kolab.org
In this post it is requested not to use php-kolamformat version 1.3.0 but to downgrade to version 1.2.1-0~kolab3.
I don't know if it's possible without breaking the package manager.
Can you help me please ?
Thanks in advance