Discussion:
Class 'Sabre\VObject\Property\Text' not found
Paul Ryszka
2016-06-10 11:39:40 UTC
Permalink
Hi,

I'm running kolab16 on ubuntu14.04 there is an issue with Sabre library
==> /var/log/roundcubemail/errors <==
[10-Jun-2016 12:37:54 Europe/Dublin] PHP Fatal error: Class
'Sabre\VObject\Property\Text' not found in
/usr/share/roundcubemail/plugins/libcalendaring/libvcalendar.php on line
1386

I tried to manually install newer version but unsuccessfully, would you
please point me to correct steps to do that? (unpacking the library zip
into /usr/share/php does not work for me).

Best regards
Paul
Timotheus Pokorra
2016-06-10 11:49:10 UTC
Permalink
Hello Paul,
Post by Paul Ryszka
I'm running kolab16 on ubuntu14.04 there is an issue with Sabre library
That sounds interesting! Did you build the packages yourself?
They are not available at
https://obs.kolabsys.com/project/show/Kolab:16, there is only CentOS7
and RHEL7.
Would you mind sharing your packages?

Timotheus
Paul Ryszka
2016-06-10 13:06:23 UTC
Permalink
Post by Timotheus Pokorra
Hello Paul,
Post by Paul Ryszka
I'm running kolab16 on ubuntu14.04 there is an issue with Sabre library
That sounds interesting! Did you build the packages yourself?
They are not available at
https://obs.kolabsys.com/project/show/Kolab:16, there is only CentOS7
and RHEL7.
Would you mind sharing your packages?
Timotheus
Hi,

I'm using instructions from here:
https://docs.kolab.org/installation-guide/winterfell/ubuntu-14.04.html

with the following repository :
deb http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Ubuntu_14.04/ ./

Best regards
Paul
Timotheus Pokorra
2016-06-10 13:26:21 UTC
Permalink
Hello Paul,
Post by Paul Ryszka
Post by Timotheus Pokorra
Post by Paul Ryszka
I'm running kolab16 on ubuntu14.04 there is an issue with Sabre library
https://obs.kolabsys.com/project/show/Kolab:16, there is only CentOS7
and RHEL7.
https://docs.kolab.org/installation-guide/winterfell/ubuntu-14.04.html
deb http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Ubuntu_14.04/ ./
Ok, so you are using Winterfell rather than Kolab 16.
Winterfell is the testing and development version of Kolab, and not
meant for production at all.
But it is good that you test it, and help improving it, so there might
be a chance of Kolab 16 packages for Ubuntu:
https://kanarip.wordpress.com/2016/02/10/update-support-your-distribution-or-else/

I hope someone will help you with your original question.

Since you are a Ubuntu user, this might be of interest to you as well:
https://kanarip.wordpress.com/2016/05/25/php-7-support-for-swig/
"We have a statistically significant number of enthusiasts interested
in getting Kolab available for Ubuntu 16.04 (Xenial), but it ships
with PHP 7 — and PHP 7 only, it appears."

hope this helps,
Timotheus
Paul Ryszka
2016-06-10 13:34:15 UTC
Permalink
Post by Timotheus Pokorra
https://kanarip.wordpress.com/2016/05/25/php-7-support-for-swig/
"We have a statistically significant number of enthusiasts interested
in getting Kolab available for Ubuntu 16.04 (Xenial), but it ships
with PHP 7 — and PHP 7 only, it appears."
I tried 16.04 first but because of php7 it was mostly unusable, even
installing php 5.6 on xenial as an cgi did not help much.

Thanks
Paul
Paul
2016-06-15 08:30:23 UTC
Permalink
Hi,
Post by Paul Ryszka
Hi,
I'm running kolab16 on ubuntu14.04 there is an issue with Sabre library
==> /var/log/roundcubemail/errors <==
[10-Jun-2016 12:37:54 Europe/Dublin] PHP Fatal error: Class
'Sabre\VObject\Property\Text' not found in
/usr/share/roundcubemail/plugins/libcalendaring/libvcalendar.php on
line 1386
I tried to manually install newer version but unsuccessfully, would
you please point me to correct steps to do that? (unpacking the
library zip into /usr/share/php does not work for me).
I'm posting back as I found the solution for the problem (just in case
somebody else look for that):

cd /usr/share/roundcubemail
mv composer.json-dist composer.json
apt-get install composer
composer.sh self-update
composer.sh update
composer.sh require sabre/dav ~3.1.3

And it works. The dependency seems to be missing from ubuntu package
content.

Best regards
Paul
Timotheus Pokorra
2016-06-15 10:18:14 UTC
Permalink
Hello Paul,
Post by Paul
I'm posting back as I found the solution for the problem (just in case
Thanks for posting the solution!

Timotheus

Loading...