• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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