• Hello,

    I observed this problem recently, so it can be linked to the migration to v6.

    Problem ; events never close booking.

    In the event table, the following SQL :SELECT * FROM wp_em_events WHERE (wp_em_events.event_id = 133) ORDER BY wp_em_events.event_start_date DESC

    return this result ;

    event_id 133
    post_id 2379
    event_parent NULL
    event_slug sortie-cadaques-juillet-2022
    event_owner 15
    event_status 1
    event_name Sortie Cadaques (13-17Juillet 2022)
    event_start_date 14/07/2022
    event_end_date 17/07/2022
    event_start_time 00:00:00
    event_end_time 23:59:59
    event_all_day 1
    event_start 13/07/2022 22:00
    event_end 17/07/2022 21:59
    event_timezone Europe/Paris
    post_content blablabla ze content
    event_rsvp 1
    event_rsvp_date 24/05/2041
    event_rsvp_time 00:00:00
    event_rsvp_spaces 0
    event_spaces 42
    event_private 0
    location_id 8
    event_location_type NULL
    recurrence_id NULL
    event_date_created 17/02/2022 09:34
    event_date_modified 27/04/2023 12:52
    recurrence 0
    recurrence_interval NULL
    recurrence_freq NULL
    recurrence_byday NULL
    recurrence_byweekno NULL
    recurrence_days NULL
    recurrence_rsvp_days NULL
    blog_id 0
    group_id 0
    event_language fr_FR
    event_translation 0

    I am surprised that events booking is still open after date. Should it be automatically closed ?

    Cheers

    Alexandra

Viewing 1 replies (of 1 total)
  • Thread Starter alexandraka

    (@alexandraka)

    In the wordpress admin interface, when editing an event, if I change the “Date limite de réservation“, then I do update, the field get back to its previous value.

    So I cannot change it.

Viewing 1 replies (of 1 total)
  • The topic ‘event booking never close’ is closed to new replies.