We don't have CB auto actions installed.
CB Subs plan Integrations I use in CB Subs in my plan configuration:
1) SQL action type 'internal' at activation(for new registrations) and the same at renewal:
UPDATE `xxxx_comprofiler` SET `acceptedterms` = 1, `acceptedtermsconsent` = NOW() WHERE `id` = [user_id]
2) I use CB Fields to update in the user record 1 field and add '2025' to it (the field is type check box multiple) and has 2017 to 2025 as possible values)
3) URL=not used
4)options=not used
5) email: I send 1 email to 1 email adres both at activation and at manual renewal.
6) the plan has a plan image
Anything that these users have in common and distincts them from other users? I have asked myself this question several times, can't think of anything.
In the user profile, we store typical info, name, address, phone, gender, contact details, the years they paid membership, ... and of course the values in those fields are specific for every user.
All these users have the same top plan (member of our club) and are renewing this plan for 2025.
We have 3 sub plans under the main membership plan, which only limited number of users is paying for in a second payment. But the issue happened so far only with the top plan, and none of the users with the error bought or had a sub plan in the past or paid for it now. Like most users who don't have the issue,
The only mistake I could find so far, is that at renewal, the plan sends an email to a no longer existing email address. I corrected that. The issue occurred before and after that change. So I consider this not relevant.