Good afternoon Catherine,
Thank you for reaching out to us.
We are sorry about this error message creeping up on you.
I would love to help you with this topic.
You have stumbled upon a glitch impacting all WordPress users that are using a version of PHP that is older than 5.6 (which is WordPress recommended minimum PHP version).
Fortunately, we have a temporary fix:
- You can head to line 97 of events-calendar-pro/src/functions/template-tags/venue.php from this: return ! empty( tribe_get_events( $args ) ); to this $tribe_events = tribe_get_events( $args );
return ! empty( $tribe_events );
And even better, you can simply upgrade Pro to 4.3.1.1 since we have released a fix for this.
Let me know how that goes.
Best regards,
Geoff B.