Hi Guys
J3.4.8
CB 2.0.13
AutoActions 6.3.4
I have made some autoaction that will be triggered by a master autoaction.
I have three master actions.
1) Unsubscription from our club on end of year, flag is set when mail is received, and acted upon on the 31/12
2) Unsubscription automatically by 1st of february, after payment reminders, a member is automatically unsubscribed.
3) Manual and immediate unsubsccription.
The each call some subactions.
Send mail to user
Remove joomla groups from user
Set to non-member.
The second master should have triggered on the 1st of february, but it apparently didn't.
The setup of the second auto-action is:
Global
Triggers: Users
Type: Action
Access: Everybody
Conditions
[cb_rykker] Equal to 1
[cb_type] is REGEX /(Familie|Støtte|Æresmedlem|Junior|Senior)/
strtotime([cb:date format="Y-m-d" /]) Equal To strtotime([cb:date format="Y" /]-02-01)
Once a day I have a CRON on the server calling the Users AutoAction
<span>/</span>usr<span>/</span>bin/wget -O - -q -t 1 "
www.dkdb.dk/index.php?option=com_comprofiler&view=pluginclass&plugin=cbautoactions&action=users&token=x&Itemid=x&format=raw
" >/dev/null 2>&1
If I click the URL in the CB Auto Actions for Users, then I see a lot of string(x) ":: Action x:: Conditional 1 failed ..." etc. so it does seem to be allowed to run.
Is there a way I can see what the 'master' rule decides. The rule has ID 62, but I don't see 62 mentioned in the list when I 'Click to Process' in the Auto Action for Users.