Is there a way to have reservation lists automatically send out to venues when an event closes in EE3?
We had built a cron job to handle this but it recently broke (we changed our caching system and updated EE3) and it’s a bit of a delay to get the team that built it to assist so I was wondering if that option existed or if something is named incorrectly that we need to update.
The error message our cron is now producing is the following: [08-Apr-2016 01:00:01 America/New_York] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 for query SELECT * FROM wp_events_venue WHERE id =
If this is something that we just need to wait and ask the developer, I totally understand but I figured I’d check as we are a bit frantic since we have a ton of events this weekend and don’t want to do manually if possible 🙂
Is there a way to have reservation lists automatically send out to venues when an event closes in EE3?
No that’s not currently supported by Event Espresso.
[08-Apr-2016 01:00:01 America/New_York] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT * FROM wp_events_venue WHERE id =
Do ALL (even expired, old, draft, trashed because that query doesn’t care) of your events have a venue assigned to them? It looks like nothing is being returned as a venue id for an event. That’s then breaking the WHERE because “WHERE id = {nothing}” is invalid.
We can’t provide support for this as its custom code, but that’s where I would start checking.
Viewing 1 reply thread
The support post ‘Email Reservation Lists’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.