Hi,
my Auto Actions are not working any more as expected. Did something change? It has worked until recently, like until a few weeks ago.
I got the version from Jan 3 installed, it seems to me it has worked before that version. This fits with my user database and update records.
I have plenty of auto actions that fire on
onCPayUserStateChange
. They are supposed to set and unset various usergroups when a user subscription is paid or expires.
They all have conditions like
[{"field":"[var2]","operator":"1","value":"A","translate":"1"},{"field":"[var3]","operator":"0","value":"1","translate":"1"}]
Which checks wether a plan is active or not.
The action then is like this
{"usergroup":[{"mode":"remove","parent":"0","title":"","add":"1","groups":"32"}]}
Which sets or unsets a user group.
Now, this used to work fine for the past few years, but I just noticed today that not all the actions fire. Only some of them.
My problem is, I do not understand why. I was wondering if someone could have a look or advice...