Events Made Easy Forums Bug fixed or feature request implemented 2.0.22 – Dropdown list for field does not load in Backend on admin booking

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #57657
    Anonymous
    Inactive

    There’s a warning since update to 2.0.22:

    Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/events-made-easy/eme_formfields.php on line 1172

    And i have one event, where dropdown of field-values are not shown in the backend. Frontend is OK and works fine. I checked the booking form, but can’t find a failure. It worked before the update.

    Funny thing is, dropdown fields work on another event in the backend. Confusing.

    Rgds,

    Werner

    #57658
    Franky
    Keymaster

    Could you try to change line 1168 in eme_formfields.php from
    $multi_avail = $multiseats;
    to
    $multi_avail = $event_multiseats;

    I think it’s just a typo (and your one event allows overbooking).

    #57660
    Anonymous
    Inactive

    THX for the fast response. Yes, that works!

    Great support as always.

    By the way: OVERBOOKING – who to define that on an event??? Is this when places for waiting list are greater than 0? In the affected event, waiting list is 0.

    GTX

    Werner

    #57661
    Franky
    Keymaster

    Overbooking is only for admin, where as admin you can book more spaces than actually available.
    You probably have that activated for that event.

    #57662
    Anonymous
    Inactive

    Probably – but where? I have 0 places for waitinglist. Where can i set overbooking allowed?

    #57664
    Franky
    Keymaster

    admin.php?page=eme-options&tab=rsvp , it is just an option (not per event)

    #57667
    Anonymous
    Inactive

    Thank you, found it. 😉

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top