Author Topic: Problem with managesieve plugin  (Read 3442 times)

Offline sebelk

  • Newbie
  • *
  • Posts: 4
Problem with managesieve plugin
« 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
Code: [Select]
$this->_sock = &new Net_Socket();to

Code: [Select]
$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!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,901
    • SKaero - Custom Roundcube development
Re: Problem with managesieve plugin
« Reply #1 on: April 04, 2013, 03:26:53 PM »
I'd sugest an upgrade.