Roundcube Community Forum

SVN Releases => Issues & Bugs => Pending => Topic started by: Swehoster on January 18, 2012, 07:25:01 AM

Title: r5785 Server error
Post by: Swehoster 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
Title: r5785 Server error
Post by: alec on January 18, 2012, 07:41:29 AM
Fixed in r5790.
Title: Thank you!!!
Post by: Swehoster on January 18, 2012, 10:21:57 AM
This is excellent news.
I'll test it right away.
Title: r5785 Server error
Post by: Swehoster 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
Title: r5785 Server error
Post by: alec on January 19, 2012, 02:17:54 AM
Fixed in r5800. It's because default_imap_folders have been renamed to default_folders.
Title: r5785 Server error
Post by: Swehoster on January 19, 2012, 04:41:26 AM
Solved
Thank you