Roundcube Community Forum

 

Setting up Kolab Calendar for DATABASE ONLY on a new RC install

Started by greycode, March 14, 2015, 06:43:26 PM

Previous topic - Next topic

greycode

Guys,

Having a white screen issue....

I am running Roundcube **1.0.5** on my parallels plesk panel server, and want to offer calendars to the entire server.

What I have done is the following:

Downloaded the 3.2.7 from Kolab's git: http://git.kolab.org/roundcubemail-plugins-kolab/

Added in 'calendar' to active plugins, put libcalendaring into plugin directory but didn't activate (not sure if this is right?)

Ran through the Readme.. Did the sql initialization. I get a blank screen. Look in roundcube logs, get this:

PHP Fatal error:  Call to undefined method rcube_user::list_emails() in /usr/share/psa-roundcube/plugins/calendar/calendar.php on line 1679

If I go into settings >> calendars I get a constant loading animation and in log I get:

[14-Mar-2015 19:19:33] PHP Fatal error:  Call to undefined method jqueryui::miniColors() in /usr/share/psa-roundcube/plugins/calendar/calendar.php on line 619

Config file for the calendar plugin is standard:

// backend type (database, google, kolab)
$config['calendar_driver'] = "database";



What is going on here?

SKaero

As you said in another post your running Roundcube 0.9. You'll need to upgrade Roundcube before you can use that version of the plugin.

greycode

Quote from: SKaero on March 14, 2015, 08:11:45 PM
As you said in another post your running Roundcube 0.9. You'll need to upgrade Roundcube before you can use that version of the plugin.

@Skaero

Whoops... I meant I am running 1.0.5. Sorry.

SKaero


greycode

Quote from: SKaero on March 14, 2015, 08:23:52 PM
Still need to update.

Plesk won't let me update their integrated version...:(

Which version of the kolab calendar will run on 1.0.5? There was no compatibility guide?