Good evening Steve,
Thank you for reaching out to us.
We are sorry about the fatal error you have received.
I would love to help you with this topic.
As it turns out, you have stumbled upon a glitch impacting all WordPress users that are using a version of PHP that is older than 5.6. As a side note, you might want to consider upgrading PHP to at least 5.6 since this is the minimal recommend PHP version (by WordPress).
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 ) );
- And change it to this $tribe_events = tribe_get_events( $args );
return ! empty( $tribe_events );
Better yet, you can simply download the Events Calendar Pro v4.3.1.1 that includes a fix for this specific issue.
Let me know how that goes.
Best regards,
Geoff B.