Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    this issue is already been reported and the devs are looking into this.

    Same here,

    freshly installed WordPress Site.
    Already disabled all other Plugins to ensure they don’t disturb.
    Even saving with default ticket name leads to this error.

    Regards
    Sven

    got the same error message, even though ticketname is given…

    Same here.
    I use Events Manager for all my sites and now new site, new WordPress install, everything ready to go online. Deadline is tomorrow and sundently: Missing fields: ticket_name.

    Did the same steps as svenburkhardt.

    Tried to use one word ticket name, with underscore, but nothing.

    I hope the devs find a solution quickly, but no pressure :).

    Thread Starter danielhurtubise

    (@danielhurtubise)

    My next event is April 28th so i still have a bit of time ahead… fortunately but still ??

    The temporary solution is to switch back to an earlier version of PHP, assuming you’re using version 7. Many hosting companies provide an option to do that in their web control panel.

    Thread Starter danielhurtubise

    (@danielhurtubise)

    I reverted back to 5.6 and it’s back to normal.
    Thanks a lot ??

    Damn it seems I can’t reverted back to 5.6. Currently using 5.6.2..
    Can’t believe only 4 people say it’s broken.

    Damn it seems I can’t reverted back to 5.6. Currently using 5.6.2..

    I think @danielhurtubise meant they had reverted back to PHP version 5.6 (from version 7). That’s the fix I was suggesting.

    Thread Starter danielhurtubise

    (@danielhurtubise)

    Exactly what i did yes. Back to 5.6

    Thanks, @caimin_nwl.
    For some reason I can’t revert back to PHP version 5.6.

    I hope I can get it done today, I have the get my tickets online tomorrow.

    Sam

    (@xsamprasanna)

    I had the same issue. Tracked the problem to classes/em-ticket.php and the validate function (row 239). Changing:

    if ( $this->true_field == “”) {
    $missing_fields[] = $field;
    }
    to
    if ( $true_field == “”) {
    $missing_fields[] = $field;
    }
    Solved the problem for me.

    check this:
    https://www.ads-software.com/support/topic/ticket-name-not-found-cant-publish-events

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Missing fields: ticket_name.’ is closed to new replies.