Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.19
-
Fix Version/s: 4.7.23
-
Component/s: CiviMember
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
on a site with a server running MySQL 5.7 –
- create a membership price set with membership options
- create a new membership via the backoffice
- select this price set and choose an option
this triggers CRM_Price_BAO_PriceSet::getMembershipCount() – which has a query that does not meet the MySQL group by requirements in 5.7 – and errors.