Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

managesieve white page in "Parameter/Filter" - Net_Sieve trouble ? #5983

Closed
mustard007 opened this issue Oct 5, 2017 · 1 comment
Closed

Comments

@mustard007
Copy link

mustard007 commented Oct 5, 2017

HI !
I installed a new Debian 9 server (Dovecot,Postfix, IspConfig and Roundcube).
I configured all the conf to activate Filter/Managesieve plugin.

When I try to go in Parameters / Filters I just have a white page. I look in /var/log/roundcube/errors and see that:

#2 /usr/share/roundcube/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php(278): rcube_sieve_engine->start()
#3 /usr/share/roundcube/plugins/managesieve/managesieve.php(209): rcube_sieve_engine->actions()
#4 /usr/share/roundcube/program/lib/Roundcube/rcube_plugin_api.php(491): managesieve->managesieve_actions()
#5 /usr/share/roundcube/index.php(277): rcube_plugin_api->exec_action('plugin.managesi...')
#6 {main}
thrown in /usr/share/roundcube/plugins/managesieve/lib/Roundcube/rcube_sieve.php on line 65

Uncaught Error: Class 'Net_Sieve' not found in /usr/share/roundcube/plugins/managesieve/lib/Roundcube/rcube_sieve.php:65


Line 65 is:
$this->sieve = new Net_Sieve();
(Php_pear is installed!)

Thanks for help !

@mustard007
Copy link
Author

Found !

In Debian 9 I need to install : php-net-sieve, and voila the page appear !

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant