• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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