Roundcube Community Forum

Release Support => Pending Issues => Topic started by: zeigerpuppy on May 13, 2014, 11:06:35 PM

Title: managesieve issues
Post by: zeigerpuppy on May 13, 2014, 11:06:35 PM
I am trying to get managesieve or sieverules plugin working in RC 1.0.0
I had it working ok in RC 0.79 so I know my sieve server is working fine.

The error I am getting in the roundcube log is:
PHP Error: Error loading template for sieverules.sieverules in /var/www/rc_v1/program/include/rcmail_output_html.php on line 494 (GET /rc_v1/?_task=settings&_action=plugin.sieverules)

It looks like the server login works fine and the sieve log shows a successful read of the rules.
In roundcube, I get the error:

SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]

I have tried with both the included managesieve plugin and the sieverules plugin.

My settings look sane, I think the problem is deriving from this setting, have tried changing it and even commenting it out:

$config['sieverules_default_file'] = '/etc/default/sieve/default.sieve';

Any ideas?
Title: Re: managesieve issues
Post by: JohnDoh on May 14, 2014, 02:59:02 AM
Quote
PHP Error: Error loading template for sieverules.sieverules in /var/www/rc_v1/program/include/rcmail_output_html.php on line 494 (GET /rc_v1/?_task=settings&_action=plugin.sieverules)

This error refers to a problem loading the skin files for the plugin. it has nothing to do with the $config['sieverules_default_file'] optoin.

are you using a custom skin? make sure you have a folder with the same name as your skin in the skins directory of the plugin.
Title: Re: managesieve issues
Post by: zeigerpuppy on May 14, 2014, 07:27:03 AM
Thanks, that fixed it, I appreciate the help (and your excellent plugins!)