I have a crontab on my cpanel hosting set up to run daily, it activates this URL:
/usr/bin/wget -O - -q -t 1 "
www.dkdb.dk/index.php?option=com_comprofiler&view=pluginclass&plugin=cbautoactions&action=users&token=xyz&Itemid=2178&format=raw
"
I have these conditions set:
[cb_type] is REGEX /(Familie|Støtte|Junior|Senior)/
[cb_betalt] Does not contain [cb:parse function="math"][cb:date format="Y" /] + 1[/cb:parse]
[cb_rykker] Not equal to 1
[cb:parse function="time"][cb:date format="Y-m-d" /][/cb:parse] Equal to [cb:parse function="time"][cb:date format="Y-11-30" /][/cb:parse]
The idea is that if the type contains one of the above member types it is started.
If the 'betalt' field does not contain 'next year'
The the 'rykker' is not ticked
and finally
it's only run on the last day of november.
But for some reason it wasn't run?
If I remove the 'date constraint' and run it manually it works as it should.