Author Topic: Tasklist classic skin anyone?  (Read 4319 times)

Offline louisli

  • Jr. Member
  • **
  • Posts: 10
Tasklist classic skin anyone?
« on: November 20, 2013, 03:17:55 AM »
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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Tasklist classic skin anyone?
« Reply #1 on: November 20, 2013, 12:08:26 PM »
Is there anything in the RoundCube error log?

Offline louisli

  • Jr. Member
  • **
  • Posts: 10
Re: Tasklist classic skin anyone?
« Reply #2 on: November 20, 2013, 10:01:39 PM »
Thank you.

Code: [Select]
PHP Error: Error loading template for tasklist.mainview in /home1/josephq9/public_html/JMail/program/include/rcmail_output_html.php on line 489
Code: [Select]
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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Tasklist classic skin anyone?
« Reply #3 on: November 21, 2013, 12:24:55 AM »
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.

Offline plp13

  • Newbie
  • *
  • Posts: 2
Re: Tasklist classic skin anyone?
« Reply #4 on: January 03, 2015, 01:57:23 PM »
I'm really really interested in a classic skin for Tasklist. Has anyone done any work towards this?