#1486893 closed Bugs (worksforme)
managesieve plugin: fatal error in filter view
| Reported by: | xabbuh | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | 0.4-stable |
| Component: | Plugins | Version: | git-master |
| Severity: | normal | Keywords: | managesieve |
| Cc: |
Description
When opening the filter tab in roundcube the operation ends up in a fatal php error:
PHP Fatal error: Call to undefined function rcube_parse_host() in /var/www/webmail-dev/plugins/managesieve/managesieve.php on line 65
If I am right the call of rcube_parse_host was added in [3703] but isn't declared in the source.
I'm using svn trunk with PHP version 5.2.6-1+lenny8.
Change History (3)
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.4-stable
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 3 years ago by quenenni
I just did a fresh install of roundcube on a debian lenny.
$ dpkg -l roundcube: ii roundcube 0.3.1-3~bpo50+1
And I have the same error.
The error appeared when I activated the sieverules plugin.
Before that, my roundcube was working well.
I searched everywhere where this function is declared but nothing in my sources.
comment:3 Changed 3 years ago by alec
Managesieve or sieverules? That are two different plugins. You cannot use managesieve from svn with 0.3.1. Maybe your package is broken. Works for me. Use 0.4.

It is in program/include/main.inc since [bb8721aa].