Author Topic: [RESOLVED] Calendar and Tasklist error: SERVICE CURRENTLY NOT AVAILABLE!  (Read 5126 times)

Offline jmanko

  • Jr. Member
  • **
  • Posts: 11
I installed both the Kolab Calendar and Kolab Tasklist plugins via composer, but loading the pages gives the following log errors:

Code: [Select]
[14-Feb-2015 14:59:40 -0800]: <bI5PEdG8> PHP Error: Error loading template for tasklist.mainview in /PATH-TO-ROUNDCUBE/program/include/rcmail_output_html.php on line 589 (GET /?_task=tasks)
[14-Feb-2015 14:59:53 -0800]: <bI5PEdG8> PHP Error: Error loading template for calendar.calendar in /PATH-TO-ROUNDCUBE/program/include/rcmail_output_html.php on line 589 (GET /?_task=calendar)

Any ideas?
« Last Edit: February 14, 2015, 06:55:53 PM by jmanko »

Offline jmanko

  • Jr. Member
  • **
  • Posts: 11
Well, figured it out.  It appears that plugins have their own skin files.  I'm using a modified version of larry, so I had to copy the plugin's larry files to a directory named after my plugin.  Too bad there wasn't a way to have roundcube automate that, especially for upgrades.