Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: jmanko on February 14, 2015, 06:09:02 PM

Title: [RESOLVED] Calendar and Tasklist error: SERVICE CURRENTLY NOT AVAILABLE!
Post by: jmanko on February 14, 2015, 06:09:02 PM
I installed both the Kolab Calendar and Kolab Tasklist plugins via composer, but loading the pages gives the following log errors:

[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?
Title: Re: Calendar and Tasklist error: SERVICE CURRENTLY NOT AVAILABLE! Error No. [501]
Post by: jmanko on February 14, 2015, 06:55:13 PM
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.