Error on Knowledge Base Instructions

Home Forums Ticket Products Eventbrite Tickets Error on Knowledge Base Instructions

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #965912
    Jeremy
    Participant

    https://theeventscalendar.com/knowledgebase/moving-the-eventbrite-tickets-box/

    Error is here:

    // Get a reference to the callback method responsible for displaying the ticket form
    $display_tickets = array( Event_Tickets_PRO::instance(), ‘displayEventBriteTicketForm’ );

    Should be:

    // Get a reference to the callback method responsible for displaying the ticket form
    $display_tickets = array( Event_Tickets_PRO::instance(), ‘print_ticket_form’ );

    #966078
    Brian
    Keymaster

    Hi,

    Thank you for pointing this out.

    Sorry for the issues it created.

    It has been updated.

    Cheers

    #976180
    Brian
    Keymaster

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Error on Knowledge Base Instructions’ is closed to new replies.