Ticket won't save

Home Forums Ticket Products Event Tickets Plus Ticket won't save

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1043331
    Petra Frieser
    Participant

    Hi. I just purchased the Events Tickets Plus. Installed it, ran updates etc. But when I go to add the “add Ticket” it won’t save. Then when I save the event, the whole event freezes and just shows a blank page that won’t load, so I need to go back to the dashboard. When I look in the woo commerce products – the tickets are saved there (multiple times if I have clicked save more than one) and the events are saved as well. I have tried deleting them to make sure there is only one, and giving each one a unique name, but it doesn’t matter what I try, the tickets won’t save. Also, when I go on to the events page – the events appear, but if I click on “Find our More” on the bottom of the event entry, it just open up a blank page.
    If I just add an event, without trying to add the ticket elements, there is no issue – loads fine – no blank screen. Extremely frustrating.
    So far I am really disappointed, I decided to pay for the plug in, over free other events plugs in because I wanted something that worked, and so far, first entry, nothing works!
    Please advise
    Regards, Petra

    #1043364
    Petra Frieser
    Participant

    This reply is private.

    #1043792
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help out here.

    Can you try this fix and see if it helps:

    In this file:

    event-tickets-plus/src/Tribe/Commerce/WooCommerce/Orders/Cancelled.php

    on line 51

    If you replace this:

    if ( empty( get_post( $ticket_id ) ) ) {

    With this:

    $ticket_post = get_post( $ticket_id );
    if ( empty( $ticket_post ) ) {

    Let me know if that works for you.

    Thanks

    #1043838
    Petra Frieser
    Participant

    This reply is private.

    #1044137
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Ticket won't save’ is closed to new replies.