Replies: 1 comment 1 reply
-
Change the eme_get_events call to: As EME now requires php 8 as the minimum, named arguments can be used in function calls, so I removed the old ugly code (where the first argument was being abused when a "=" was present in it, it even had other bugs in other parts in fact). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a snippet that checks every day to see if one or more events are scheduled. This snippet then sends an email to each organiser. This snippet hasn't worked since? I think version 2.4.3 where I see that you've modified the eme_get_events function or version 2.4.3 where you've modified urlencode.
As my snippet uses these 2 functions I wonder if one of them is the cause of the malfunction.
The error PHP log file shows no EME errors at the time the snippet was implemented (CRON every day 1 am).
Here is the snippet concerned, can you tell me if you can see the problem?
Beta Was this translation helpful? Give feedback.
All reactions