Title: View Attendees Error
Last modified: December 13, 2017

---

# View Attendees Error

 *  Resolved [kcwebguy](https://wordpress.org/support/users/kcwebguy/)
 * (@kcwebguy)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/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 [http://www.domain.com/wp-admin/edit.php?post_type=tribe_events&page=tickets-attendees&event_id=4301](http://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.
 * [http://www.domain.com/wp-admin/admin.php?post_type=tribe_events&page=tickets-attendees&event_id=4301](http://www.domain.com/wp-admin/admin.php?post_type=tribe_events&page=tickets-attendees&event_id=4301)
 * 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)

 *  [Clifford Paulick](https://wordpress.org/support/users/cliffpaulick/)
 * (@cliffpaulick)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/view-attendees-error/#post-9983918)
 * Hi. Thanks for your detailed report, but I don’t believe that we have received
   reports from others about this.
 * Therefore, please share the WP_DEBUG_LOG message(s) you’re seeing and any ideas
   why admin.php works for you but edit.php does not.
 * If we can replicate the issue, we’ll log and eventually fix it.
 * Thank you!
 *  [Ed](https://wordpress.org/support/users/erishel/)
 * (@erishel)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/view-attendees-error/#post-10288908)
 * Hey there,
 * Since this thread has been inactive for a while, I’m going to go ahead and mark
   it as resolved. Don’t hesitate to create a new thread any time you help again!
 * Ed 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘View Attendees Error’ is closed to new replies.

 * ![](https://ps.w.org/event-tickets/assets/icon.svg?rev=2259340)
 * [Event Tickets and Registration](https://wordpress.org/plugins/event-tickets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-tickets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-tickets/)
 * [Active Topics](https://wordpress.org/support/plugin/event-tickets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-tickets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-tickets/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Ed](https://wordpress.org/support/users/erishel/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/view-attendees-error/#post-10288908)
 * Status: resolved