Private Events – Eventbrite_Query Array_Filter Error
-
I’m leveraging the Eventbrite_Query function.
I’ve connected to my App successfully.
The organizer ID I provided has no public events, just two private events.
I have set both the organizer_id and display_private variables appropriately.I’m getting the following error being thrown.
It looks like these lines employ the array_filter function. Basically, the array they are trying to iterate through is null.Any idea why this would be happening?
Could it be due to the lack of public events?Error below.
Warning: array_filter() expects parameter 1 to be array, null given in /wp-content/plugins/eventbrite-api/inc/class-eventbrite-query.php on line 220
Warning: array_filter() expects parameter 1 to be array, null given in /wp-content/plugins/eventbrite-api/inc/class-eventbrite-query.php on line 225
- The topic ‘Private Events – Eventbrite_Query Array_Filter Error’ is closed to new replies.