• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved Enabling roundcube calendar plugin throwing error

nisamudeen97

Regular Pleskian
Hi,

I have enabled round cube calender plugin following the below plesk documentation.

How to install kolab/calendar plugin for RoundCube?

Once enabled I can see calender works but I cannot read old emails. I am getting the below error.

Fatal error: Class 'Sabre\VObject\Property\Text' not found in /usr/share/psa-roundcube/plugins/libcalendaring/libvcalendar.php on line 1422
 
Are you sure that sabre library was correctly installed there after commands

# yum install git php-ldap
# cd /usr/share/psa-roundcube
# php /usr/lib64/plesk-9.0/composer.phar require sabre/vobject 3.3.3

?
 
Hi,

Found the solution. In the doc the path is specified for Centos. We have Ubuntu Plesk , hence there is slight bit change in path. The composer.phar was found at "/usr/lib/plesk-9.0/composer.phar" hence script adjusted to below and completed.

Code:
php /usr/lib/plesk-9.0/composer.phar require sabre/vobject 3.3.3

Now calender works good as expected.
 
Back
Top