Roundcube Community Forum

 

r5785 Server error

Started by Swehoster, January 18, 2012, 07:25:01 AM

Previous topic - Next topic

Swehoster

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

alec


Swehoster

This is excellent news.
I'll test it right away.

Swehoster

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

alec

Fixed in r5800. It's because default_imap_folders have been renamed to default_folders.

Swehoster