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

    (@angelo_nwl)

    hi,

    thanks, this is reported to the pro forum as well and we are going to test this and inform the Devs if needed.

    Hi,

    I have the same issue : “You must log in to cancel your booking” when a user tries to cancel their bookings.

    Regards.

    It seems ok on v5.9.11.3

    em-actions.php

    change line 360 $EM_Booking->person->ID
    if( $EM_Booking->can_manage() || ($EM_Booking->person->ID == get_current_user_id() && get_option('dbem_bookings_user_cancellation')) ){

    into: $EM_Booking->get_person()->ID
    if( $EM_Booking->can_manage() || ($EM_Booking->get_person()->ID == get_current_user_id() && get_option('dbem_bookings_user_cancellation')) ){

    • This reply was modified 3 years, 6 months ago by triskel99.
    Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    EM version 5.11 is out now; you can try and confirm the fixes to this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“You must log in to cancel your booking” when canceling bookings’ is closed to new replies.