• Resolved musicalbigfoot

    (@musicalbigfoot)


    I’ve got an odd issue with what I’m assuming is the multiple booking mode. We’re seeing two records created every time a single ticket is booked.

    The first record that’s created has a correlating event_id and person_id, but the second record that is created has a NULL value for the event_id though the person_id is populated correctly. Everything else is mirrored except the serialized ‘booking_meta’ field.

    The first record’s meta field starts like this:
    a:3:{s:9:”attendees”;a:1:{i:27;a:1:{i:0;a:12:{s:14:”attendee_intro”;s:8:”Michael…

    The second record’s meta field starts like this:
    a:2:{s:7:”booking”;a:0:{}s:12:”registration”;a:8:{s:9:”user_name”;s:16:”Michael…

    Is this supposed to be happening? It’s creating some confusion as the email that’s sent to administrators links to the first booking ID, but the link to edit/view bookings links to the second recorded booking ID.

    Here are the versions we’re using:
    EM version: 5.6.2
    EM Pro version: 2.4.3
    WP version: 4.4.1

    https://www.ads-software.com/plugins/events-manager/

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

    (@angelo_nwl)

    yes, that is correct since you are using multiple bookings mode; the 1st one is the individual event you booked and the second is the main booking which holds the individual event. you can also check phpmyadmin or using plugin adminer then table wp_em_bookings_relationships

    Thread Starter musicalbigfoot

    (@musicalbigfoot)

    Great, thank you for clarifying.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate em_booking entry per booking’ is closed to new replies.