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

Error in RC 1.2 (beta) #13

Open
OsoTranquilo opened this issue Dec 23, 2015 · 2 comments
Open

Error in RC 1.2 (beta) #13

OsoTranquilo opened this issue Dec 23, 2015 · 2 comments

Comments

@OsoTranquilo
Copy link

I use filters on my Roundcube facilities, and when trying to install the plugin in the new 1.2 beta version, this error appears.

PHP Fatal error: Call to undefined method rcmail::imap_connect() in /home/.../roundcube/plugins/filters/filters.php on line 169

And It produces a 500 error to the user.

@radiomix
Copy link

I get the same issue on roundcube-1.2-beta with plugin pop3fetcher:

 Call to undefined method rcmail::imap_connect() in /var/www/roundcubemail-1.2-beta/plugins/pop3fetcher/pop3fetcher.php on line 121

@iotaka
Copy link

iotaka commented May 5, 2016

Hi,

I find a solution for another plugin. In 1.1 the function was deprecated. And in 1.2 they removed it.
public function imap_connect() { return $this->storage_connect(); }

so if you call storage_connect() instead of imap_connect() is all fine.

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

3 participants