• Resolved kihashi

    (@kihashi)


    I created an event a while back and enabled the ability to show attendees. This worked at the time (~October). Now that we’ve emailed the link out to everyone to RSVP, that function no longer seems to work. When clicking “Show Attendees”, the index page of the blog is displayed (embedded below the button) instead.

    This also happens with new events. AFACIT, the ajax_guest_lookup function doesn’t exist or isn’t being registered properly.

    Is there any light you can shed on the problem for me?

    PHP 7.2
    WP 5.3
    RSVPMaker: 6.4.4

Viewing 6 replies - 16 through 21 (of 21 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    If you share a link to a test event on your site that has this feature turned on, I can try to debug. Or you can try via something like the Chrome JavaScript debugger to see if an error message is showing up on the console.

    The data is fetched via the WordPress REST API, so maybe that’s being blocked or misdirected somehow.

    Maybe create a test event for a year from now so it doesn’t show up in your live calendar listings.

    steven69

    (@steven69)

    steven69

    (@steven69)

    after update of today I get this error:

    rsvpmaker.js?ver=7.3.4:49 Uncaught ReferenceError: rsvpmaker_json_url is not defined
    at display_guestlist (rsvpmaker.js?ver=7.3.4:49)
    at HTMLButtonElement.<anonymous> (rsvpmaker.js?ver=7.3.4:72)
    at HTMLButtonElement.dispatch (jquery.js?ver=1.12.4-wp:3)
    at HTMLButtonElement.r.handle (jquery.js?ver=1.12.4-wp:3)

    Plugin Author davidfcarr

    (@davidfcarr)

    Sorry, one of the updated files was omitted from the release. Try 7.3.6

    steven69

    (@steven69)

    Now it works. I have Thanks!

    adminascop

    (@adminascop)

    indeed, thanks!

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Show Attendees Renders Index page instead of Attendees List’ is closed to new replies.