Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: dma_k on November 27, 2019, 06:12:48 AM

Title: Failed to load config from /var/lib/roundcube/plugins/sieverules/config.inc.php
Post by: dma_k on November 27, 2019, 06:12:48 AM
Dear all,

I see the following in Roundcube log file:

Code: [Select]
PHP Error: Failed to load config from /var/lib/roundcube/plugins/sieverules/config.inc.php in /usr/share/roundcube/program/lib/Roundcube/rcube_plugin.php on line 157
and the given config is just "empty":

Code: [Select]
# cat /var/lib/roundcube/plugins/sieverules/config.inc.php
<?php
// Empty configuration for sieverules
// See /usr/share/roundcube/plugins/sieverules/config.inc.php.dist for instructions

I can't get why is it complaining. Any suggestions are welcomed.
Title: Re: Failed to load config from /var/lib/roundcube/plugins/sieverules/config.inc.php
Post by: JohnDoh on November 27, 2019, 09:50:39 AM
The sieverules plugin was abandoned a few years ago, you should not be using it any more. You could use the managesieve plugin which ships with Roundcube instead.

You've answered your own question though:
Quote
the given config is just "empty":
it cannot be empty, you need to configure the plugin.