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?
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.