Author Topic: r5785 Server error  (Read 16429 times)

Offline Swehoster

  • Newbie
  • *
  • Posts: 8
r5785 Server error
« on: January 18, 2012, 07:25:01 AM »
Hi.
We are testing the 5785 SVN release.
It looks great.
There are one error and one warning that we can't get rid of.
If I go in to folders I can't delet a folder.
In the error log there is a line:
[18-Jan-2012 13:18:39] PHP Fatal error:  Call to undefined method rcube_imap::list_unsubscribed() in /var/www/roundcube_releases/roundcubemail-r5785/program/include/rcube_imap.php on line 2896

The warning that is showing looks to have something to do with the protect folder function:
[18-Jan-2012 13:18:27] PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/roundcube_releases/roundcubemail-r5785/program/steps/settings/folders.inc on line 274

Is there a quick fix for this?

Best regards
/Fredrik

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
r5785 Server error
« Reply #1 on: January 18, 2012, 07:41:29 AM »
Fixed in r5790.

Offline Swehoster

  • Newbie
  • *
  • Posts: 8
Thank you!!!
« Reply #2 on: January 18, 2012, 10:21:57 AM »
This is excellent news.
I'll test it right away.

Offline Swehoster

  • Newbie
  • *
  • Posts: 8
r5785 Server error
« Reply #3 on: January 18, 2012, 10:32:39 AM »
Hi.
It looks fine now without any errors.
But still a warning is written for every folder that is listed:
[18-Jan-2012 16:30:54] PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/roundcube_releases/roundcubemail-r5795/program/steps/settings/folders.inc on line 277
Is this OK or is there a sollution for that?
Best regards
Fredrik

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
r5785 Server error
« Reply #4 on: January 19, 2012, 02:17:54 AM »
Fixed in r5800. It's because default_imap_folders have been renamed to default_folders.

Offline Swehoster

  • Newbie
  • *
  • Posts: 8
r5785 Server error
« Reply #5 on: January 19, 2012, 04:41:26 AM »
Solved
Thank you