Yes, that's what i meant.
I also changed /home/sjt/domains/sjt-terschelling.nl/public_html/administrator/components/com_dtregister/views/reminder/tmpl/add.php
where not_pay changed to not_paid
and
not_attend to not_attended.
Payment reminder is sent to everyone
Hi, any progress on this issue?
rboersma
Hi
You can try this package again https://drive.google.com/file/d/18ywqY4o-yS_rZCUYdwRMTinhJgen7u6q/view?usp=sharing
Hi Mantha, I've updated and tested. But i'm not receiving any reminder mails.
I have a test event that starts 11-11-20, with one registration. Unpayed. I have setup a reminder that should be triggered 100 days before start event. My cron checks evenry minute. I can see in the cron log that it is running. Also when manually triggering cron.php nothing happens.
Best regards,
Ruud
Hi Ruud,
Our developer is working on this, kindly wait.
Hi Saguaros, Any progress on this issue? I need it functioning in januari. Were starting a new events then.
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);