SugarBean.php on line 2349 error

Hi,
I stumbled on SuiteCRM and new to it. I have installed on Xamp and I have the below error displaying on the homescreen. I can see the functions and can click on some of them. Just keep the below errors flash…

Notice: Array to string conversion in C:\Xampp\htdocs\crm\data\SugarBean.php on line 2349

Also have

Notice: Array to string conversion in C:\Xampp\htdocs\crm\data\SugarBean.php on line 3382[/b]

Anyone else come across these before? I have tried searching the forum and it seems a lot of the error problems are in SugarBean file.

Thanks

I noticed the same errors in my httpd_error log

[Thu Feb 25 22:08:56.852811 2016] [:error] [pid 44268] [client xxx.xxx.xxx.xxx:xxxxx] PHP Notice: Array to string conversion in /usr/local/www/apache24/data/SuiteCRM-7.5.1/data/SugarBean.php on line 2349, referer: http://xxxxx.xxxxx.com/SuiteCRM/index.php?module=Emails&action=index&parentTab=All
[Thu Feb 25 22:08:56.859414 2016] [:error] [pid 44268] [client xxx.xxx.xxx.xxx:xxxxx] PHP Notice: Array to string conversion in /usr/local/www/apache24/data/SuiteCRM-7.5.1/data/SugarBean.php on line 3382, referer: http://xxxxx.xxxxx.com/SuiteCRM/index.php?module=Emails&action=index&parentTab=All

My symptoms are that I can’t set up gmail imap in my incoming e-mail account settings.

Am running Apache/2.4.18 (FreeBSD) PHP/7.0.3

I have tested imap using imap_open in php and using openssl from the command line and it works fine.

Checking out the hotfix branch on the github site, I see that these errors have been fixed.

https://github.com/salesagility/SuiteCRM/blob/hotfix/data/SugarBean.php