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!
I'd sugest an upgrade.