Created a test event.
Registered without paying.
Created a reminder without any user type. With 100 days before arrival (which is within range).
Running a cron every minute. But not getting a payment reminder email.
Added user type "not pay" (shouldn't is be "not paid"?)
But also no reminders are being sent.

    Hi rboersma

    You're right, it should be 'not paid'.

    Do you mean that when you select a user type like 'not paid' but the reminders are not being sent?

    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.

      a month later
      7 days later

      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.

      a month later

      Hi Saguaros, Any progress on this issue? I need it functioning in januari. Were starting a new events then.

        Hi rboersma

        I'm sorry for this lateness, our developer is looking at this, give us more time pls.

        a month later

        Hi rboersma

        I reminded him for checking this issue, your patience is much appreciated.

        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...

          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

            13 days later

            manhta

            I understand but i had to. I have more Joomla site running on this system.

              rboersma

              You can hide these deprecated message by going to Global Configuration >> set Error Reporting to None for now.

              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);
              Write a Reply...
              You need to Login to view replies.