Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: None
-
Labels:None
Description
Upgrade to 4.1.x and the visit <site url> civicrm/admin/setting/smtp?reset=1, it display following error:
Fatal error: Cannot unset string offsets in /home/mysite.com/www/www/sites/all/modules/civicrm/CRM/Core/Form.php on line 344
We need to fix the code to migrate mailing_backend correctly. Basically avoid serialization of mailing_backend since it is already stored in serialized format
Originally reported on http://forum.civicrm.org/index.php/topic,23108.0.html