Forum Replies Created
-
AuthorPosts
-
aafhhl
ParticipantThis problem occurs when unique event permalink slug setting is containing dash – character
aafhhl
ParticipantThis reply is private.
aafhhl
ParticipantDo you plan to maintain this Advanced Post Manager V4 plugin to make it compatible with Ticket Plus V4 ?
aafhhl
ParticipantHi,
I found the explanation and solution :
Your plugin named “Advanced Post Manager” V4.0 was the cause of the conflict with Event Tickets Plus V4.0.4
I just deactivated this plugin and let activated all the other 72 plugins
and now the attendees list is working fine.Was it a known problem ?
aafhhl
ParticipantThis reply is private.
aafhhl
ParticipantThis reply is private.
aafhhl
ParticipantYes I just had this test, created a new test event with a wocommerce 0 priced ticket.
when using the event page, The ticket is well created and sent by email
But the attendee list is still empty
aafhhl
ParticipantThen in attendee.php
this line do not return anything :$tickets = Tribe__Tickets__Tickets::get_event_tickets( $event_id );
which is the cause of the blank result in attendees page.
Please investigate and come back to me as soon as possible.
Thanks
aafhhl
ParticipantI had some investigations and can see that :
In this file :
/wp-content/plugins/event-tickets/src/Tribe/Tickets.php
This function do not return anything :
final public static function get_event_tickets( $event_id ) {
$tickets = array();
foreach ( self::$active_modules as $class => $module ) {
$obj = call_user_func( array( $class, ‘get_instance’ ) );
$tickets = array_merge( $tickets, $obj->get_tickets( $event_id ) );
}return $tickets;
} -
AuthorPosts
