Hi,
I’m trying to export the attendees list:
Login > Events > Event Name > Attendees > Export
When I do this, I get the following error:
Warning: array_flip(): Can only flip STRING and INTEGER values! in /var/sites/h/domain.com/public_html/wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php on line 251
Warning: Cannot modify header information – headers already sent by (output started at /var/sites/h/domain.com/public_html/wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php:251) in /var/sites/h/domain.com/public_html/wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php on line 317
Warning: Cannot modify header information – headers already sent by (output started at /var/sites/h/domain.com/public_html/wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php:251) in /var/sites/h/domain.com/public_html/wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php on line 318
As such, it doesn’t create the file.
I also get an error if I try to Email the list:
Warning: array_flip(): Can only flip STRING and INTEGER values! in /var/sites/h/domain.com/public_html/wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php on line 251
I’ve created 3 fields for the attendee info:
– Name
– Email Address
– Telephone
Is it possible one of those fields is causing the issue?
Any help would be appreciated.
Thanks