Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.10
-
Fix Version/s: None
-
Component/s: CiviMember
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
When importing members, php notices are thrown:
Notice: Undefined offset: 3 in /var/www/html/wordpress/wp-content/plugins/civicrm/civicrm/CRM/Member/Import/Parser/Membership.php on line 326
Notice: Undefined offset: 3 in /var/www/html/wordpress/wp-content/plugins/civicrm/civicrm/CRM/Member/Import/Parser/Membership.php on line 330
Notice: Undefined index: id in /var/www/html/wordpress/wp-content/plugins/civicrm/civicrm/CRM/Member/Import/Parser/Membership.php on line 459
These 3 have obvious fixes, but the 3rd one seems a bit weird to me. Anything to comment on it before I do a simple github PR?