• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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