View Attendees Error
-
There is an error when selecting VIEW ATTENDEES on an EVENT that has the RSVP option enabled.
When you click the link, the page goes to https://www.domain.com/wp-admin/edit.php?post_type=tribe_events&page=tickets-attendees&event_id=4301 and it throws a permissions error and you cannot view the attendees.
But if you change the php page in the URL to admin.php, it works.
It is a coding error that needs fixing in the plugin. The page template and source location are as follows:
\event-tickets\src\Tribe\Attendees.php Line 152
Needs changed to: $url = add_query_arg( $args, admin_url( ‘admin.php’ ) );
This will fix it and everything will work properly again.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘View Attendees Error’ is closed to new replies.