Roundcube Community Forum

 

Tasklist classic skin anyone?

Started by louisli, November 20, 2013, 03:17:55 AM

Previous topic - Next topic

louisli

Hi all,

Just installed Tasklist (Kolab package 3.1.7) on my RC 0.9.5 and found it shows "Service currently not available" while in classic skin, when I changed to Larry skin, everything works fine.  So I checked the folder and found Tasklist doesn't come with a classic skin, I tried to copy the Larry skin as classic skin but it doesn't seem to work, since tasklist is still showing "service not available".  Is there anything else I should change to make tasklist available on classic skin?  Or could anyone share you tasklist classic skin files?

Thank you very much.

SKaero

Is there anything in the RoundCube error log?

louisli

Thank you.

PHP Error: Error loading template for tasklist.mainview in /home1/josephq9/public_html/JMail/program/include/rcmail_output_html.php on line 489

484        // read template file
485        if (!$path || ($templ = @file_get_contents($path)) === false) {
486            rcube::raise_error(array(
487                'code' => 501,
488                'type' => 'php',
489                'line' => __LINE__,
490                'file' => __FILE__,
491                'message' => 'Error loading template for '.$realname
492                ), true, $write);
493            return false;
494        }

When in classic skin, only this line was shown, but in Larry skin no error found.
I'm not sure what will happen when a plugin doesn't have a specific skin, so you mean "service not available" is abnormal?

SKaero

I don't use the plugin but if it were coded right it shouldn't throw that error. I'd contact the plugin author and ask them to fix it.

plp13

I'm really really interested in a classic skin for Tasklist. Has anyone done any work towards this?