Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0.3
-
Fix Version/s: 3.0.4
-
Component/s: CiviMember
-
Labels:None
Description
If a member's contact is marked as deceased then UpdateMembershipRecord.php cron job will attempt to assign the membership status 'Deceased' to it, and if no membership status exists with precisely this hard-coded name then the cron job fails (without giving a useful error message).
Workaround is to make sure there is a membership status called 'Deceased'.