Roundcube Community Forum

Release Support => Release Discussion => Topic started by: sebelk on April 04, 2013, 03:23:30 PM

Title: Problem with managesieve plugin
Post by: sebelk on April 04, 2013, 03:23:30 PM
Hi folks,

We moved to php 5.3.3 and now  the filters page is blank, and the logs say:

Assigning the return value of new by reference is deprecated in plugins/managesieve/lib/Net/Sieve.php on line 177

I've changed from

$this->_sock = &new Net_Socket();

to

$this->_sock = new Net_Socket();

and errors in log want away but anyway filters page is still blank

The version is somewhat ancient (0.3) but please could you help me?

Thanks in advance!
Title: Re: Problem with managesieve plugin
Post by: SKaero on April 04, 2013, 03:26:53 PM
I'd sugest an upgrade.