Hi Saguaros, Any progress on this issue? I need it functioning in januari. Were starting a new events then.
Payment reminder is sent to everyone
Hi, Any word from your developer?
Our client also wants to use this feature, so I follow along this thread.
Sad to see this has a long history already since November...
- Edited
Please try this package again: https://drive.google.com/file/d/18ywqY4o-yS_rZCUYdwRMTinhJgen7u6q/view?usp=sharing
P.S: do not try to set Days Prior
too high. You should set it to ~10 days, to void wrong date diff calculating.
P.SS: and do not run this cron too many time, it should run once a day.
Hi mantha,
I'll try and let you know.
One more thing which is probably gonna be a problem. I updates webserver to php 7.4. The current dtregister cron gives the following error after that update:
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 800
Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 800 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 800
Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 800 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 802
Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 802 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 802
Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/lib/defines.php on line 802
- Edited
Hi guys,
I tested the update with a test event. I can confirm that i'm getting a reminder now. When setting the event record to payed, the reminders are not being sent any more. So as far as i can tell it works now!
Thank for the new update.
I changed defines.php line 800:
if((int)$Num1[$i]>(int)$Num2[$i]) return(1);
else
if((int)$Num1[$i]<(int)$Num2[$i]) return(-1);